Skip to content

Commit 0c0e669

Browse files
committed
refactor(neumorphic style): add input color
1 parent be74375 commit 0c0e669

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/website/src/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
--card: 240 5.3% 26.1%;
148148
--card-foreground: 240 5.9% 90%;
149149
--border: 240 5.9% 20%;
150-
--ring: 222.2 47.4% 20.2%;
150+
--ring: 240 5.9% 20%;
151+
--input: 240 5.9% 20%;
151152
--shadow-base: -3px -3px 6px #2c2c31, 3px 3px 6px #52525b, inset 1px 1px 2px #2c2c31,
152153
inset -1px -1px 2px #52525b;
153154
--shadow-sm: 3px 3px 6px #2c2c31, -3px -3px 6px #52525b, inset 1px 1px 2px #2c2c31,

packages/kit-styled/src/templates/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
--card: 240 5.3% 26.1%;
148148
--card-foreground: 240 5.9% 90%;
149149
--border: 240 5.9% 20%;
150-
--ring: 222.2 47.4% 20.2%;
150+
--ring: 240 5.9% 20%;
151+
--input: 240 5.9% 20%;
151152
--shadow-base: -3px -3px 6px #2c2c31, 3px 3px 6px #52525b, inset 1px 1px 2px #2c2c31,
152153
inset -1px -1px 2px #52525b;
153154
--shadow-sm: 3px 3px 6px #2c2c31, -3px -3px 6px #52525b, inset 1px 1px 2px #2c2c31,

0 commit comments

Comments
 (0)