feat(SW-2178): Changed to new buttons for summary inside enter details
Approved-by: Michael Zetterberg Approved-by: Matilda Landström
This commit is contained in:
@@ -2,8 +2,8 @@ import { withThemeByClassName } from '@storybook/addon-themes'
|
||||
|
||||
import type { Preview, ReactRenderer } from '@storybook/react'
|
||||
|
||||
import '../lib/style.css'
|
||||
import '../lib/fonts.css'
|
||||
import '../lib/style.css'
|
||||
|
||||
export const themes = {
|
||||
themes: {
|
||||
@@ -30,6 +30,18 @@ const preview: Preview = {
|
||||
order: ['Introduction', 'Global', 'Components', 'Compositions', '*'],
|
||||
},
|
||||
},
|
||||
backgrounds: {
|
||||
values: [
|
||||
// 👇 Scandic
|
||||
{ name: 'Scandic Primary', value: '#FAF6F2' },
|
||||
{ name: 'Scandic Subtle', value: '#F2ECE6' },
|
||||
{ name: 'Scandic Primary Dark', value: '#4D001B' },
|
||||
// 👇 Default values
|
||||
{ name: 'Storybook Dark', value: '#333' },
|
||||
{ name: 'Storybook Light', value: '#F7F9F2' },
|
||||
],
|
||||
default: 'Scandic Primary',
|
||||
},
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user