CE-740 line colors

This commit is contained in:
2023-11-15 19:56:10 -06:00
parent 6bdd8ed935
commit 7cb3f2284d

View File

@ -42,7 +42,7 @@ const card: Types = {
wordWrap: "break-word",
backgroundColor: white.main,
backgroundClip: "border-box",
border: `${borderWidth[1]} solid ${rgba(black.main, 0.25)}`,
border: `${borderWidth[1]} solid ${colors.grayLines.main}`,
borderRadius: borderRadius.xl,
overflow: "visible",
},