We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8c7de commit a762fd6Copy full SHA for a762fd6
src/common/index.js
@@ -1,7 +1,7 @@
1
import { css } from 'styled-components';
2
3
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)';
+export const insetShadow = 'inset 2px 2px 3px rgba(0,0,0,0.2)';
5
6
export const createDisabledTextStyles = () => css`
7
-webkit-text-fill-color: ${({ theme }) => theme.materialTextDisabled};
0 commit comments