From 49b9a35e01fcac23e6bd4abee556455bdee8ecb1 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:24:12 -0400 Subject: [PATCH] backport of commit ce4b2675b1ed50e9aa08c78c1a94f5e63c693277 (#22391) Co-authored-by: Jordan Reimer --- changelog/22390.txt | 3 +++ ui/app/styles/components/sidebar.scss | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 changelog/22390.txt diff --git a/changelog/22390.txt b/changelog/22390.txt new file mode 100644 index 000000000..449a8a2d2 --- /dev/null +++ b/changelog/22390.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: fixes text readability issue in revoke token confirmation dialog +``` \ No newline at end of file diff --git a/ui/app/styles/components/sidebar.scss b/ui/app/styles/components/sidebar.scss index f7c2178a1..5e3967136 100644 --- a/ui/app/styles/components/sidebar.scss +++ b/ui/app/styles/components/sidebar.scss @@ -17,6 +17,12 @@ padding: $spacing-xs; } } + + .confirm-action-message p { + padding-top: $size-10; + font-weight: $font-weight-semibold; + color: $black; + } } .link-status {