Skip to content

Commit

Permalink
fix: Style type
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbitDoge committed Oct 29, 2020
1 parent b545e37 commit 0e3a769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"test": "echo \"Warning: no test implemented\" && exit 0"
},
"husky": {
"hooks": {
Expand Down
1 change: 1 addition & 0 deletions src/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type Colors = {
};

export interface PancakeTheme {
siteWidth: number;
isDark: boolean;
colors: Colors;
button: ButtonTheme;
Expand Down

0 comments on commit 0e3a769

Please sign in to comment.