Skip to content

Commit

Permalink
fix(core): fix small styling issues in toasst notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Oct 24, 2024
1 parent cc3325c commit 5568011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/styles/core/_notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
max-width: 400px;
cursor: unset;
@include cat-elevation(4);
overflow: hidden;

&.cat-toastify-dark {
--cat-font-color-base: #{cat-token('color.ui.font.baseInverted', $wrap: false)};
Expand Down Expand Up @@ -45,3 +46,7 @@
justify-content: space-between;
gap: 0.875rem 1rem;
}

cat-toastify-inner {
flex: 1 1 auto;
}

0 comments on commit 5568011

Please sign in to comment.