Skip to content

Commit

Permalink
fix(core): add missing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Mar 11, 2024
1 parent 66bc9ee commit 83f5b69
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 83f5b69

Please sign in to comment.