mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Revoke Token Confirmation Text Fix (#22390)
* fixes text in revoke token modal * adds changelog entry
This commit is contained in:
parent
1f1989333d
commit
ce4b2675b1
2 changed files with 9 additions and 0 deletions
3
changelog/22390.txt
Normal file
3
changelog/22390.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: fixes text readability issue in revoke token confirmation dialog
|
||||
```
|
||||
|
|
@ -17,6 +17,12 @@
|
|||
padding: $spacing-xs;
|
||||
}
|
||||
}
|
||||
|
||||
.confirm-action-message p {
|
||||
padding-top: $size-10;
|
||||
font-weight: $font-weight-semibold;
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
.link-status {
|
||||
|
|
|
|||
Loading…
Reference in a new issue