backport of commit ce4b2675b1ed50e9aa08c78c1a94f5e63c693277 (#22391)

Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-08-17 11:24:12 -04:00 committed by GitHub
parent d21e8cdfed
commit 49b9a35e01
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 {