Skip to content

Commit 7e555ac

Browse files
committed
Fix focus changes text misaligned
1 parent 5a10da1 commit 7e555ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/twig/src/renderer/features/right-sidebar/components/FocusEmptyState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function FocusEmptyState({
4747
<KeyHint style={{ marginLeft: "var(--space-1)" }}>⌘R</KeyHint>
4848
</Button>
4949
</Tooltip>
50-
<Text size="1" style={{ color: "var(--gray-11)" }}>
50+
<Text size="1" style={{ color: "var(--gray-11)", textAlign: "center" }}>
5151
Synchronise your changes to {displayPath}
5252
</Text>
5353
</Flex>

0 commit comments

Comments
 (0)