Skip to content

Commit

Permalink
fix: use body color for toaster
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Dec 5, 2024
1 parent 4d7bc8a commit 70b7ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Dismissable/DismissableToastBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ const linkClassList = computed(() => [`btn-outline-${variant.value}`])
}
}
&__content {
color: var(--bs-body-color);
}
&__link .btn:not(:hover) {
background: var(--bs-body-bg);
color: var(--bs-body-color);
Expand Down

0 comments on commit 70b7ace

Please sign in to comment.