@idealyst/theme 1.2.66 → 1.2.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idealyst/theme",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "Theming system for Idealyst Framework",
5
5
  "readme": "README.md",
6
6
  "main": "src/index.ts",
package/src/lightTheme.ts CHANGED
@@ -121,11 +121,11 @@ export const lightTheme = createTheme()
121
121
  xl: { paddingVertical: 12, paddingHorizontal: 24, minHeight: 56, fontSize: 20, lineHeight: 32, iconSize: 20 },
122
122
  },
123
123
  iconButton: {
124
- xs: { size: 24, iconSize: 12 },
125
- sm: { size: 32, iconSize: 14 },
126
- md: { size: 40, iconSize: 16 },
127
- lg: { size: 48, iconSize: 18 },
128
- xl: { size: 56, iconSize: 20 },
124
+ xs: { size: 24, iconSize: 16 },
125
+ sm: { size: 32, iconSize: 20 },
126
+ md: { size: 40, iconSize: 24 },
127
+ lg: { size: 48, iconSize: 28 },
128
+ xl: { size: 56, iconSize: 32 },
129
129
  },
130
130
  chip: {
131
131
  xs: { paddingVertical: 1, paddingHorizontal: 6, minHeight: 16, borderRadius: 999, fontSize: 10, lineHeight: 12, iconSize: 10 },