Skip to content

Commit

Permalink
fix(kalert): code style
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 19, 2024
1 parent 58be533 commit 730f633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/KAlert/KAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const getAlertIcon = computed((): AlertIcon => {
}
}
:deep(code),
:slotted(code) {
background-color: $codeBackgroundColor;
color: $hoverColor;
Expand Down Expand Up @@ -180,6 +181,7 @@ const getAlertIcon = computed((): AlertIcon => {
margin: 0;
}
:deep(code),
:slotted(code) {
@include codeTypography;
Expand Down

0 comments on commit 730f633

Please sign in to comment.