mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(sidebar): add dark theme colors [EE-3666] (#7414)
This commit is contained in:
parent
fb3a31a4fd
commit
c3ce4d8b53
83 changed files with 1738 additions and 1200 deletions
|
@ -34,7 +34,7 @@ export function Head({
|
|||
const { isOpen } = useSidebarState();
|
||||
const anchorProps = useSrefActive(
|
||||
to,
|
||||
'bg-blue-8 be:bg-gray-8',
|
||||
'bg-blue-8 be:bg-gray-8 th-dark:bg-gray-9',
|
||||
params,
|
||||
options,
|
||||
ignorePaths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue