Skip to content

Commit

Permalink
fix(core): fix broken dialog background (closes #436)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Dec 11, 2023
1 parent 77ad994 commit 0dab1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/styles/core/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$-dialog-padding: 1.5rem;

.cat-backdrop {
background-color: rbg(cat-token('color.ui.background.backdrop', cat-token('opacity.backdrop'), $wrap: false));
background-color: rgb(cat-token('color.ui.background.backdrop', cat-token('opacity.backdrop'), $wrap: false));
}

.cat-dialog {
Expand Down

0 comments on commit 0dab1ad

Please sign in to comment.