header works

This commit is contained in:
2025-01-16 19:54:18 -06:00
parent 5e43e2abbd
commit e5cd155c29
2 changed files with 2 additions and 3 deletions
@@ -27,7 +27,7 @@
}
[data-mantine-color-scheme] &.active {
background-color: var(--mantine-color-blue-filled);
background-color: #D40404;
color: var(--mantine-color-white);
}
}
@@ -1,4 +1,3 @@
import { useState } from 'react';
import { Burger, Container, Group } from '@mantine/core';
import { useDisclosure } from '@mantine/hooks';
import classes from './BarkHeader.module.css';