aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/theme/dimensions.js')
-rw-r--r--modern/src/theme/dimensions.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/modern/src/theme/dimensions.js b/modern/src/theme/dimensions.js
index ebb393b..a2403ab 100644
--- a/modern/src/theme/dimensions.js
+++ b/modern/src/theme/dimensions.js
@@ -2,11 +2,11 @@ export default {
inputHeight: '42px',
borderRadius: '4px',
sidebarWidth: '28%',
- tabletSidebarWidth: '52px',
- desktopDrawerWidth: '360px',
- tabletDrawerWidth: '320px',
- dateColumnWidth: 160,
- numberColumnWidth: 130,
- stringColumnWidth: 160,
- booleanColumnWidth: 130
+ sidebarWidthTablet: '52px',
+ drawerWidthDesktop: '360px',
+ drawerWidthTablet: '320px',
+ columnWidthDate: 160,
+ columnWidthNumber: 130,
+ columnWidthString: 160,
+ columnWidthBoolean: 130
};