feat: wip import csv [part 1] (#1033)
* feat: wip import csv * feat: start implementing twenty UI * feat: new radio button component * feat: use new radio button component and fix scroll issue * fix: max height modal * feat: wip try to customize react-data-grid to match design * feat: wip match columns * feat: wip match column selection * feat: match column * feat: clean heading component & try to fix scroll in last step * feat: validation step * fix: small cleaning and remove unused component * feat: clean folder architecture * feat: remove translations * feat: remove chackra theme * feat: remove unused libraries * feat: use option button to open spreadsheet & fix stories * Fix lint and fix imports --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { grayScale } from './colors';
|
||||
import { color, grayScale, rgba } from './colors';
|
||||
|
||||
const common = {
|
||||
radius: {
|
||||
@ -16,6 +16,7 @@ export const borderLight = {
|
||||
light: grayScale.gray15,
|
||||
secondaryInverted: grayScale.gray50,
|
||||
inverted: grayScale.gray60,
|
||||
danger: rgba(color.red, 0.14),
|
||||
},
|
||||
...common,
|
||||
};
|
||||
@ -27,6 +28,7 @@ export const borderDark = {
|
||||
light: grayScale.gray70,
|
||||
secondaryInverted: grayScale.gray35,
|
||||
inverted: grayScale.gray20,
|
||||
danger: rgba(color.red, 0.14),
|
||||
},
|
||||
...common,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user