Aman035 / wallet-ui-react

MIT License
8 stars 1 forks source link

Display Dark Theme Color Combinations in Storybook #15

Closed Aman035 closed 3 years ago

Aman035 commented 3 years ago

Although dark theme has been added but the color combinations are not yet displayed in the storybook. They should be displayed similar to light color themes.

export const dark = {
    black : '#000000',
    neutral1 : '#1A1A1A' ,
    neutral2 : '#2D2D2D' ,
    neutral3 : '#444444' ,
    neutral4 : '#5C5C5C' ,
    neutral5 : '#787878' ,
    neutral6 : '#949494' ,
    neutral7 : '#B0B0B0' , 
    neutral8 : '#CCCCCC' , 
    white : '#FFFFFF'
}