Skip to content

Commit 290bb8c

Browse files
committed
Make border radii consistent
1 parent b6e2d73 commit 290bb8c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/ColourPicker/ColorPicker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const ColorPicker = ({ value, onChange, name, ...fieldContainerProps }: C
6565
top: "anchor(top)",
6666
bgcolor: "background.default",
6767
positionTryFallbacks: "flip-block",
68+
borderRadius: 1,
6869
}}
6970
>
7071
<Chrome

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ createRoot(document.getElementById("root")!).render(
5353
color: "var(--mui-palette-text-primary)",
5454
backgroundImage: "var(--mui-overlays-24)",
5555
border: 0,
56-
borderRadius: 0,
56+
borderRadius: "var(--mui-shape-borderRadius)",
5757
},
5858
}}
5959
/>

0 commit comments

Comments
 (0)