Skip to content

Commit

Permalink
fix(Alert): fix alert icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jun 6, 2023
1 parent 5c6cb99 commit 38ed425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/alert/src/VAlert.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ export const DarkMode = () => ({
:color="color"
:key="color"
class="mb-2"
icon="ri:information-fill"
dismissable
v-bind:[variant]="true"
>
Change a few things up and try submitting again.
Expand Down
2 changes: 2 additions & 0 deletions packages/themes/src/morpheme/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@
&-icon {
width: var(--alert-icon-size) !important;
height: var(--alert-icon-size) !important;
color: currentColor !important;
}

&-x-icon {
width: var(--alert-icon-size) !important;
height: var(--alert-icon-size) !important;
color: currentColor !important;
}

// Colors
Expand Down

0 comments on commit 38ed425

Please sign in to comment.