Skip to content

Commit

Permalink
feat(styles): rm root color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Nov 30, 2023
1 parent f2090b9 commit f8befb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bezier-react/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
font-size: 62.5%; // 10/16 = 0.625. Make REM calculations easier.
font-family: var(--font-family-sans-kr);
color: var(--txt-black-darkest);
color-scheme: light;
}

// TODO: Change data attribute constant to import from bezier-tokens
Expand Down

0 comments on commit f8befb7

Please sign in to comment.