From 7cb3f2284dabc16e4528472b309e9fbab213a21e Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 15 Nov 2023 19:56:10 -0600 Subject: [PATCH] CE-740 line colors --- src/qqq/assets/theme/components/card/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qqq/assets/theme/components/card/index.ts b/src/qqq/assets/theme/components/card/index.ts index aff63a3..5f9b80d 100644 --- a/src/qqq/assets/theme/components/card/index.ts +++ b/src/qqq/assets/theme/components/card/index.ts @@ -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", },