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 {