chore: add model file ux
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const WRAPHEIGHT = 54;
|
||||
const INPUTHEIGHT = 32;
|
||||
const BORDERRADIUS = 4;
|
||||
const BGCOLOR = 'transparent';
|
||||
const INPUT_INNER_PADDING = 14;
|
||||
|
||||
export { BGCOLOR, BORDERRADIUS, INPUTHEIGHT, INPUT_INNER_PADDING, WRAPHEIGHT };
|
||||
Reference in New Issue
Block a user