Skip to content

Commit 713ee71

Browse files
committed
add new shadow
1 parent 589a1be commit 713ee71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

styles/tokens/_variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
--border-width-1: var(--space-025);
308308
--border-width-2: var(--space-05);
309309
--border-width-4: var(--space-1);
310-
310+
--shadow-element-card: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
311311
--shadow-modal:
312312
0px 26px 80px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
313313
--shadow-layer:

styles/tokens/tailwind/box-shadow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ module.exports = {
1818
elementCard: 'var(--shadow-element-card)',
1919
elementTopNav: 'var(--shadow-element-topnav)',
2020
elementFocus: 'var(--shadow-element-focus)',
21+
card: 'var(--shadow-element-card)',
2122
};

0 commit comments

Comments
 (0)