Skip to content

Commit e553c1f

Browse files
denys-holubpashagolub
authored andcommitted
button's size leap prevented
1 parent fdf4b7e commit e553c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui/src/layout/AppBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const AppBar = () => {
1414
to={item.link}
1515
>
1616
{({ isActive }) => (
17-
<Button variant={isActive ? "contained" : "text"} sx={{ color: "white" }} fullWidth>{item.title}</Button>
17+
<Button variant={isActive ? "contained" : "outlined"} sx={{ color: "white" }} style={{ border: 0 }} fullWidth>{item.title}</Button>
1818
)}
1919
</NavLink>
2020
));

0 commit comments

Comments
 (0)