Skip to content

Commit 9f38682

Browse files
committed
Fjern bruk av gammal aksel-css i storybook
1 parent 2685c46 commit 9f38682

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.storybook/global.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

.storybook/preview.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { withThemeDecorator } from '@navikt/ft-frontend-storybook-utils';
66

77
import './global.module.css';
88

9-
import './global.css';
9+
import '@navikt/ds-css/darkside';
1010

1111
export const globalTypes = {
1212
theme: {
@@ -16,7 +16,6 @@ export const globalTypes = {
1616
toolbar: {
1717
icon: 'circlehollow',
1818
items: [
19-
{ value: 'none', icon: 'close', title: 'Gammel' },
2019
{ value: 'light', icon: 'circlehollow', title: 'Lys' },
2120
{ value: 'dark', icon: 'circle', title: 'Mørk' },
2221
],

0 commit comments

Comments
 (0)