Revoke Token Confirmation Text Fix (#22390)

* fixes text in revoke token modal

* adds changelog entry
This commit is contained in:
Jordan Reimer 2023-08-16 15:39:13 -06:00 committed by GitHub
parent 1f1989333d
commit ce4b2675b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

3
changelog/22390.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:bug
ui: fixes text readability issue in revoke token confirmation dialog
```

View file

@ -17,6 +17,12 @@
padding: $spacing-xs;
}
}
.confirm-action-message p {
padding-top: $size-10;
font-weight: $font-weight-semibold;
color: $black;
}
}
.link-status {