Skip to content

Commit f05ea20

Browse files
committed
Tweak dark theme in SkeletonTheme.stories.tsx
1 parent 66b552e commit f05ea20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__stories__/SkeletonTheme.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const darkBaseColor = '#333'
1313
const darkHighlightColor = '#999'
1414
const blueBaseColor = '#1D5CA6'
1515
const blueHighlightColor = '#5294e0'
16-
const lightBaseColor = '#d3d3d3'
17-
const lightHighlightColor = '#808080'
16+
const lightBaseColor = '#c0c0c0'
17+
const lightHighlightColor = '#A0A0A0'
1818

1919
export const WithColors: React.VFC = () => (
2020
<div>

0 commit comments

Comments
 (0)