From ce4b2675b1ed50e9aa08c78c1a94f5e63c693277 Mon Sep 17 00:00:00 2001 From: Jordan Reimer Date: Wed, 16 Aug 2023 15:39:13 -0600 Subject: [PATCH] Revoke Token Confirmation Text Fix (#22390) * fixes text in revoke token modal * adds changelog entry --- 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 0000000000..449a8a2d22 --- /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 ea671e5e1c..b34184ef42 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 {