Skip to content

Commit

Permalink
Revoke Token Confirmation Text Fix (#22390)
Browse files Browse the repository at this point in the history
* fixes text in revoke token modal

* adds changelog entry
  • Loading branch information
zofskeez authored Aug 16, 2023
1 parent 1f19893 commit ce4b267
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/22390.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: fixes text readability issue in revoke token confirmation dialog
```
6 changes: 6 additions & 0 deletions ui/app/styles/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
padding: $spacing-xs;
}
}

.confirm-action-message p {
padding-top: $size-10;
font-weight: $font-weight-semibold;
color: $black;
}
}

.link-status {
Expand Down

0 comments on commit ce4b267

Please sign in to comment.