Skip to content

Commit

Permalink
dropdown menu input border theme responsive blue
Browse files Browse the repository at this point in the history
  • Loading branch information
lankaukk committed Oct 2, 2023
1 parent ebab89f commit 6cd2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/editor/canvas-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const CanvasToolbarSearch = React.memo((props: CanvasToolbarSearchProps)
minWidth: '200px',
borderRadius: '10px',
borderWidth: 1,
borderColor: theme.primary.value,
borderColor: colorTheme.dynamicBlue.value,
borderStyle: 'solid',
}
},
Expand Down

0 comments on commit 6cd2268

Please sign in to comment.