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 66b552e commit f05ea20Copy full SHA for f05ea20
src/__stories__/SkeletonTheme.stories.tsx
@@ -13,8 +13,8 @@ const darkBaseColor = '#333'
13
const darkHighlightColor = '#999'
14
const blueBaseColor = '#1D5CA6'
15
const blueHighlightColor = '#5294e0'
16
-const lightBaseColor = '#d3d3d3'
17
-const lightHighlightColor = '#808080'
+const lightBaseColor = '#c0c0c0'
+const lightHighlightColor = '#A0A0A0'
18
19
export const WithColors: React.VFC = () => (
20
<div>
0 commit comments