mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
20 lines
424 B
JavaScript
20 lines
424 B
JavaScript
import '@oceanprotocol/typographies/css/ocean-typo.css'
|
|
import '../src/stylesGlobal/styles.css'
|
|
|
|
export const parameters = {
|
|
backgrounds: {
|
|
default: 'light',
|
|
values: [
|
|
{ name: 'dark', value: 'rgb(10, 10, 10)' },
|
|
{ name: 'light', value: '#fcfcfc' }
|
|
]
|
|
},
|
|
actions: { argTypesRegex: '^on[A-Z].*' },
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /date$/
|
|
}
|
|
}
|
|
}
|