Skip to content

Commit

Permalink
feat: add a theme.js file to the base starter
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Sep 15, 2020
1 parent ddb64db commit ccf2fa5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import base from "@reflexjs/preset-base"

export default {
preset: base,

colors: {
primary: `#005ae0`,
},
}

0 comments on commit ccf2fa5

Please sign in to comment.