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
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 {