Skip to content

Commit

Permalink
feat(app-components): add button variants
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Jan 16, 2021
1 parent 56d6f5b commit 3076637
Show file tree
Hide file tree
Showing 7 changed files with 1,130 additions and 58 deletions.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const scopes = [
"general",
"rules",
"release",
"create-game"
"create-game",
"components"
];
const _prefixed = scopes.map((s) => apps.map((p) => `${p}-${s}`));
const scopeEnum = [].concat.apply([], _prefixed);
Expand Down
8 changes: 8 additions & 0 deletions packages/game-app/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;1,700&family=Montserrat:wght@400;600;800&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
font-family: 'Montserrat', sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
Loading

0 comments on commit 3076637

Please sign in to comment.