Skip to content

Commit

Permalink
fix(core): fix broken scss build
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Dec 15, 2023
1 parent 0dab1ad commit 386f978
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: rgb(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 386f978

Please sign in to comment.