Skip to content

Commit

Permalink
fix(kalert): kbutton text color within kalerts [KHCP-14565] (#2571)
Browse files Browse the repository at this point in the history
* fix(kalert): kbutton text color within kalerts [KHCP-14565]

* refactor(kalert): updated implementation [KHCP-14565]

* fix: removed additional spaces
  • Loading branch information
afrzhussain authored Jan 15, 2025
1 parent 7f8ed6b commit 195ce77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/KAlert/KAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ const getAlertIcon = computed((): AlertIcon => {
.alert-message {
:slotted(a),
:deep(a) {
color: $textColor;
&:not([type='button']) {
color: $textColor;
&:hover {
color: $hoverColor;
&:hover {
color: $hoverColor;
}
}
}
Expand Down

0 comments on commit 195ce77

Please sign in to comment.