aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/web/components/canvas/textCard.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/web/components/canvas/textCard.tsx b/apps/web/components/canvas/textCard.tsx
index b24dae52..79ed4091 100644
--- a/apps/web/components/canvas/textCard.tsx
+++ b/apps/web/components/canvas/textCard.tsx
@@ -25,9 +25,11 @@ export class textCardUtil extends BaseBoxShapeUtil<ITextCardShape> {
height: s.props.h,
width: s.props.w,
pointerEvents: "all",
- background: "#2C3439",
+ background: "#2d333a",
borderRadius: "16px",
+ border: "2px solid #3e4449",
padding: "8px 14px",
+ overflow: "auto"
}}
>
<h1 style={{ fontSize: "15px" }}>{s.props.content}</h1>