Skip to content

Commit

Permalink
fix: upgrade button text color (#3317)
Browse files Browse the repository at this point in the history
Fixes blue on blue color of upgrade button

Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen authored Dec 18, 2024
1 parent 5d05f5b commit d19cc56
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ html.no-navigation {
</style>

<style lang="scss" scoped>
.upgrade-alert :deep(.k-button) {
color: $kui-color-text-inverse !important;
}
.app-content-container {
padding-top: var(--AppHeaderHeight, initial);
display: var(--AppDisplay);
Expand Down

0 comments on commit d19cc56

Please sign in to comment.