@beppla/tapas-ui 1.2.36 → 1.4.0

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.
@@ -83,6 +83,7 @@ export const defaultTheme: any = (options?: {mode?: string}) => {
83
83
  colorChartProductBrown: '#895F38', // Sales volume by product
84
84
  colorChartWastageGold: '#F0C05A', // Wastage quantity by product
85
85
  colorChartWastageOrange: '#FF6F1D', // Wastage quantity by category
86
+ colorTableBorder: 'rgba(0, 0, 0, 0.12)', // Table border
86
87
  },
87
88
  darkColors: {
88
89
  primary: 'rgba(0, 0, 0, 0.87)',
@@ -163,6 +164,7 @@ export const defaultTheme: any = (options?: {mode?: string}) => {
163
164
  colorChartProductBrown: '#895F38', // Sales volume by product
164
165
  colorChartWastageGold: '#F0C05A', // Wastage quantity by product
165
166
  colorChartWastageOrange: '#FF6F1D', // Wastage quantity by category
167
+ colorTableBorder: 'rgba(0, 0, 0, 0.12)', // Table border
166
168
  },
167
169
  spacing: {
168
170
  sm: 12,