Skip to content

Commit a9b3415

Browse files
feat(frontend): increase font size of actions component
1 parent e4fb607 commit a9b3415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/components/actions/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--icon-margin: var(--space-2xs);
44
display: flex;
55
flex-wrap: wrap;
6-
font: var(--font-caption);
6+
font: var(--font-body);
77
gap: var(--space-2xs) var(--space-l);
88
}
99

0 commit comments

Comments
 (0)