Skip to content

Commit 8fa35b3

Browse files
borderRadius
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent dc5584d commit 8fa35b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SectionNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const SectionNav: React.FC<IProps> = ({ children }) => (
1414
marginTop={12}
1515
justify="space-between"
1616
background="searchBackground"
17-
borderRadius="2xl"
17+
borderRadius="base"
1818
border="1px solid"
1919
borderColor="lightBorder"
2020
padding={6}

0 commit comments

Comments
 (0)