fix: logo

This commit is contained in:
Caio Cabral
2025-01-11 10:06:31 -05:00
parent 8cf28fe947
commit 78340ce63b
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -122,6 +122,7 @@ ColoredLabel.propTypes = {
* <StatusLabel status="up" text="Active" />
*/
/* TODO check design aspect with Gorkem */
const StatusLabel = ({ status, text, customStyles }) => {
const theme = useTheme();
const colors = {
+3 -1
View File
@@ -180,6 +180,7 @@ function Sidebar() {
},
}}
>
{/* TODO change for link */}
<Stack
pt={theme.spacing(6)}
pb={theme.spacing(12)}
@@ -202,7 +203,8 @@ function Sidebar() {
color="white"
sx={{
position: "relative",
backgroundColor: theme.palette.primary.main,
backgroundColor: theme.palette.accent.main,
color: theme.palette.accent.contrastText,
borderRadius: theme.shape.borderRadius,
userSelect: "none",
}}