We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d016e commit 5dc1694Copy full SHA for 5dc1694
src/webui/src/layout/AppBar.tsx
@@ -14,7 +14,7 @@ export const AppBar = () => {
14
to={item.link}
15
>
16
{({ isActive }) => (
17
- <Button variant={isActive ? "contained" : "text"} sx={{ color: "white" }} fullWidth>{item.title}</Button>
+ <Button variant={isActive ? "contained" : "outlined"} sx={{ color: "white" }} style={{ border: 0 }} fullWidth>{item.title}</Button>
18
)}
19
</NavLink>
20
));
0 commit comments