mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-16 19:43:26 +00:00
commit
6489156912
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue