Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 5, 2025
1 parent 19ee51b commit ba977e8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .storybook/preview.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@use "sass:color";
@use '../lib/styles/base.scss' as base;
@use '../lib/styles/colors.scss' as colors;
@use "../lib/styles/base.scss" as base;
@use "../lib/styles/colors.scss" as colors;

html, body {
scrollbar-color: color.adjust(base.$color-bg, $lightness: 6%) color.adjust(base.$color-bg, $lightness: -4.25%);
background-color: base.$color-bg;
color: colors.$white;
html,
body {
scrollbar-color: color.adjust(base.$color-bg, $lightness: 6%)
color.adjust(base.$color-bg, $lightness: -4.25%);
background-color: base.$color-bg;
color: colors.$white;
}

0 comments on commit ba977e8

Please sign in to comment.