backport of commit ce4b2675b1ed50e9aa08c78c1a94f5e63c693277 (#22391)
Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
parent
d21e8cdfed
commit
49b9a35e01
|
@ -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 New Issue