@hixme-ui/theme
Advanced tools
Comparing version
@@ -70,4 +70,4 @@ 'use strict'; | ||
var buttonFontSizes = { | ||
mini: fontSizes.smaller, | ||
small: fontSizes.small, | ||
mini: fontSizes.small, | ||
small: fontSizes.default, | ||
large: fontSizes.large, | ||
@@ -74,0 +74,0 @@ jumbo: fontSizes.jumbo |
{ | ||
"name": "@hixme-ui/theme", | ||
"version": "1.14.1", | ||
"version": "1.14.3", | ||
"description": "hixme-ui theme", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -53,4 +53,4 @@ export const colors = { | ||
const buttonFontSizes = { | ||
mini: fontSizes.smaller, | ||
small: fontSizes.small, | ||
mini: fontSizes.small, | ||
small: fontSizes.default, | ||
large: fontSizes.large, | ||
@@ -57,0 +57,0 @@ jumbo: fontSizes.jumbo, |
Sorry, the diff of this file is not supported yet