Skip to content

Commit 636b5be

Browse files
Nina Beniteninariccimarie
authored andcommitted
add card shadow design token
1 parent 9db1896 commit 636b5be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Utils/Shadow/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const down3 = '0 6px 12px 0 rgba(0, 0, 0, 0.10)';
1010
const up4 = '0 -12px 24px 0 rgba(0, 0, 0, 0.10)';
1111
const down4 = '0 12px 24px 0 rgba(0, 0, 0, 0.10)';
1212

13+
const card =
14+
'0px 0px 5px rgba(71, 71, 71, 0.1), 0px 1px 2px rgba(71, 71, 71, 0.2)';
15+
1316
export const Shadow = {
1417
up1,
1518
down1,
@@ -19,6 +22,7 @@ export const Shadow = {
1922
down3,
2023
up4,
2124
down4,
25+
card,
2226
} as const;
2327

2428
export type ShadowValueType = typeof Shadow[keyof typeof Shadow];

0 commit comments

Comments
 (0)