Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 10, 2023
1 parent 1059949 commit 56ffa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/FancyBox/FancyBox.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { generateThemeForCard } from '@/design/designFunctions/generateThemeForC
import IStyledPrefixAndPicker from '@/interface/IStyledPrefixAndPicker.model';
import { TTheme } from '@/interface/TTheme';

import { IFancyBox} from './FancyBox.model';
import { IFancyBox } from './FancyBox.model';

// the fancy box that gets the style from the theme
type IStyledFancyBox = IStyledPrefixAndPicker<IFancyBox> & { theme: TTheme };
Expand Down

0 comments on commit 56ffa81

Please sign in to comment.