Skip to content

Commit

Permalink
perf(ui): uniform the muted text color
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed May 12, 2023
1 parent 2918da9 commit aadf939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,11 @@ i {
}
}

/* overwrite bootstrap muted */
.text-muted {
color: var(--text-muted-color) !important;
}

/* Overwrite bootstrap tooltip */
.tooltip-inner {
font-size: 0.7rem;
Expand Down

0 comments on commit aadf939

Please sign in to comment.