Skip to content

Commit dd4db53

Browse files
committed
Adjust border for tools list
Signed-off-by: Trung Nguyen <[email protected]>
1 parent f7414a7 commit dd4db53

File tree

1 file changed

+1
-1
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const ConfigurationModal = ({
101101
border: 1,
102102
borderColor: theme.palette.docker.grey[200],
103103
textAlign: 'center',
104-
borderRadius: 4,
104+
borderRadius: 1,
105105
fontFamily: 'Roboto Mono',
106106
fontSize: 12,
107107
fontStyle: 'normal',

0 commit comments

Comments
 (0)