mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 line colors
This commit is contained in:
@ -42,7 +42,7 @@ const card: Types = {
|
|||||||
wordWrap: "break-word",
|
wordWrap: "break-word",
|
||||||
backgroundColor: white.main,
|
backgroundColor: white.main,
|
||||||
backgroundClip: "border-box",
|
backgroundClip: "border-box",
|
||||||
border: `${borderWidth[1]} solid ${rgba(black.main, 0.25)}`,
|
border: `${borderWidth[1]} solid ${colors.grayLines.main}`,
|
||||||
borderRadius: borderRadius.xl,
|
borderRadius: borderRadius.xl,
|
||||||
overflow: "visible",
|
overflow: "visible",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user