Skip to content

Commit

Permalink
feat(): Paper surface.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 11, 2024
1 parent ae78766 commit 2d7d396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
{
"name": "navbar",
"prerelease": true
},
{
"name": "layers",
"prerelease": true
}
]
},
Expand Down
6 changes: 4 additions & 2 deletions src/tokens.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
:root {
color-scheme: light;
--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--background: 0 0% 97.9%;
--foreground: 240 10% 0%;
--paper: 240 4.8% 100%;

--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
Expand Down Expand Up @@ -44,6 +45,7 @@
color-scheme: dark;
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--paper: 240 3.7% 7.9%;

--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;
Expand Down

0 comments on commit 2d7d396

Please sign in to comment.