Skip to content

Commit a47bdd4

Browse files
committed
feat: remove box-shadow of reactflow controls
1 parent 9102d15 commit a47bdd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/json-diagram/components/JsonDiagram.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ const S_Host = styled('div', {
105105
backgroundColor: '$backgroundContrast',
106106
},
107107

108+
'.react-flow__controls': {
109+
boxShadow: 'none',
110+
},
108111
'.react-flow__controls button': {
109112
backgroundColor: '$background',
110113
border: '1px solid $border',

0 commit comments

Comments
 (0)