aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components
diff options
context:
space:
mode:
authorcodetorso <[email protected]>2024-07-01 07:11:20 +0530
committercodetorso <[email protected]>2024-07-01 07:11:20 +0530
commit66a7c24d2204a3affe4811c6a0c9f3a1e2c2eece (patch)
treedfa2ac8373e54e06c80a08c7e5fb413bc719eea9 /apps/web/components
parentdhravya's improvements (diff)
downloadsupermemory-66a7c24d2204a3affe4811c6a0c9f3a1e2c2eece.tar.xz
supermemory-66a7c24d2204a3affe4811c6a0c9f3a1e2c2eece.zip
done!
Diffstat (limited to 'apps/web/components')
-rw-r--r--apps/web/components/canvas/textCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/canvas/textCard.tsx b/apps/web/components/canvas/textCard.tsx
index 79ed4091..9f02d6ff 100644
--- a/apps/web/components/canvas/textCard.tsx
+++ b/apps/web/components/canvas/textCard.tsx
@@ -25,7 +25,7 @@ export class textCardUtil extends BaseBoxShapeUtil<ITextCardShape> {
height: s.props.h,
width: s.props.w,
pointerEvents: "all",
- background: "#2d333a",
+ background: "#2E3C4C",
borderRadius: "16px",
border: "2px solid #3e4449",
padding: "8px 14px",