We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f724e commit 62de1e7Copy full SHA for 62de1e7
1 file changed
apps/roam/src/components/canvas/CanvasDrawerButton.tsx
@@ -11,6 +11,7 @@ const CanvasDrawerButton = () => {
11
// copying tldraw var(--shadow-2)
12
boxShadow:
13
"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",
15
}}
16
>
17
<Button
0 commit comments