Skip to content

Commit cc6d101

Browse files
committed
styling: side drawer button
1 parent ef4c017 commit cc6d101

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/mdx/SideDrawer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ function SideDrawer(props: any) {
2424
onClick={onOpen}
2525
aria-label="Open Drawer"
2626
variant="ghost"
27-
fontSize="xl"
27+
fontSize="0.85rem"
2828
fontWeight="bold"
2929
bg="gray.700"
3030
mt="1em"
3131
height={[`${buttonText.length > 30 ? '3.75rem' : '2.5rem'}`, '2.5rem']}
3232
style={{
33-
whiteSpace: 'normal',
3433
wordWrap: 'break-word',
3534
}}
3635
rightIcon={<ArrowRightIcon />}

0 commit comments

Comments
 (0)