Skip to content

Commit 2040c0a

Browse files
style(table-of-contents): shrink zen-mode label
1 parent ad779d6 commit 2040c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableOfContents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const TableOfContents: React.FC<IProps> = ({
116116
fontSize="sm"
117117
>
118118
<FormControl as={Flex} alignItems="center">
119-
<FormLabel htmlFor="zen-mode" mb={0} me={2}>
119+
<FormLabel htmlFor="zen-mode" mb={0} me={2} fontSize="sm">
120120
<Translation id="zen-mode" />
121121
</FormLabel>
122122
<Switch

0 commit comments

Comments
 (0)