mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Revoke Token Confirmation Text Fix (#22390)
* fixes text in revoke token modal * adds changelog entry
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user