Skip to content

Commit a762fd6

Browse files
committed
fix(shadow): decrease inset shadows blur radius
1 parent be8c7de commit a762fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { css } from 'styled-components';
22

33
export const shadow = '4px 4px 10px 0 rgba(0, 0, 0, 0.35)';
4-
export const insetShadow = 'inset 3px 3px 10px rgba(0, 0, 0, 0.2)';
4+
export const insetShadow = 'inset 2px 2px 3px rgba(0,0,0,0.2)';
55

66
export const createDisabledTextStyles = () => css`
77
-webkit-text-fill-color: ${({ theme }) => theme.materialTextDisabled};

0 commit comments

Comments
 (0)