Skip to content

Commit 62de1e7

Browse files
authored
Enhance CanvasDrawerButton with background color update (#517)
1 parent 08f724e commit 62de1e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/roam/src/components/canvas/CanvasDrawerButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const CanvasDrawerButton = () => {
1111
// copying tldraw var(--shadow-2)
1212
boxShadow:
1313
"0px 0px 2px hsl(0, 0%, 0%, 16%), 0px 2px 3px hsl(0, 0%, 0%, 24%), 0px 2px 6px hsl(0, 0%, 0%, 0.1), inset 0px 0px 0px 1px hsl(0, 0%, 100%)",
14+
backgroundColor: "white",
1415
}}
1516
>
1617
<Button

0 commit comments

Comments
 (0)