Skip to content

Commit 1962d56

Browse files
committed
[UI] Project wizard #323
1 parent b5b8407 commit 1962d56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const container = document.getElementById('root');
1919

2020
const theme: Theme = {
2121
tokens: {
22-
fontFamilyBase: 'metro-web, Metro, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif',
22+
fontFamilyBase:
23+
'metro-web, Metro, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif',
2324
fontSizeHeadingS: '15px',
2425
fontSizeHeadingL: '19px',
2526
fontSizeHeadingXl: '22px',

0 commit comments

Comments
 (0)