Skip to content

Commit 6e30f1b

Browse files
committed
🤖 Fix Modal.tsx formatting
Generated with `cmux`
1 parent 94d8e2d commit 6e30f1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Modal.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,10 @@ export const CommandLabel = styled.div`
233233
font-size: 12px;
234234
color: #888;
235235
margin-bottom: 8px;
236-
font-family: system-ui, -apple-system, sans-serif;
236+
font-family:
237+
system-ui,
238+
-apple-system,
239+
sans-serif;
237240
`;
238241

239242
// Modal wrapper component

0 commit comments

Comments
 (0)