Skip to content

Commit

Permalink
fix: upgrade button text color
Browse files Browse the repository at this point in the history
Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen committed Dec 17, 2024
1 parent 70520ad commit 98102dd
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 98102dd

Please sign in to comment.