Skip to content

Commit c775509

Browse files
committed
feat(homepage): improve styling
1 parent 6616fb9 commit c775509

File tree

1 file changed

+1
-0
lines changed
  • services/homepage/src/components/ui/AppBar

1 file changed

+1
-0
lines changed

services/homepage/src/components/ui/AppBar/AppBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export function AppBar(): React.ReactElement {
1919
color="inherit"
2020
position="fixed"
2121
sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}
22+
variant="outlined"
2223
>
2324
<Toolbar sx={{ display: "flex", justifyContent: "left" }}>
2425
<Box sx={{ flexGrow: 1 }}>

0 commit comments

Comments
 (0)