@filbert-js/theming
Advanced tools
+6
-0
| # @filbert-js/theming | ||
| ## 0.0.7 | ||
| ### Patch Changes | ||
| - 5ba6c20: fix stylesheet ordering | ||
| ## 0.0.6 | ||
@@ -4,0 +10,0 @@ |
+1
-1
| { | ||
| "name": "@filbert-js/theming", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "repository": "https://github.com/kuldeepkeshwar/filbert-js", | ||
@@ -5,0 +5,0 @@ "description": "", |
+1
-1
@@ -19,3 +19,3 @@ # @filbert-js/theming | ||
| background: ${({ theme }) => theme.colors.brand}; | ||
| border: solid 1px grey; | ||
| border: solid 1px gray; | ||
| `; | ||
@@ -22,0 +22,0 @@ const theme = { |
2835
2.35%