Skip to content

Commit

Permalink
fix: theme on storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Jan 11, 2024
1 parent 85131a4 commit feabac9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import "../src/assets/icons/azionicons.scss";

import '../src/assets/main.css';
// import "primevue/resources/themes/lara-light-blue/theme.css";
import '../src/assets/themes/scss/themes/azion-light/theme.scss';
import '../src/assets/themes/scss/themes/azion-dark/theme.scss';

import '../node_modules/@aziontech/azion-theme/azion-light/theme.scss';
import '../node_modules/@aziontech/azion-theme/azion-dark/theme.scss';
//end required //

setTimeout(function() {
Expand Down

0 comments on commit feabac9

Please sign in to comment.