mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: fix section subtitle horizontal margin
This commit is contained in:
@@ -690,7 +690,7 @@ export function Section({
|
||||
<Text variant="subtitle">{title}</Text>
|
||||
</Flex>
|
||||
{subtitle && (
|
||||
<Text variant="subBody" mb={1} mx={2}>
|
||||
<Text variant="subBody" mb={1} mx={1}>
|
||||
{subtitle}
|
||||
</Text>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user