Skip to content

Commit 1402a29

Browse files
authored
Merge pull request #170 from frankiefab100/side-drawer-button
styling: side drawer button
2 parents ef4c017 + cc6d101 commit 1402a29

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)