feat(album-color-theme): change nav-bar style

This commit is contained in:
Su-Yong
2024-02-06 00:00:32 +09:00
parent febc63edef
commit ee05893d4c
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { createSignal } from 'solid-js';
import { render } from 'solid-js/web';
import { extractCss } from 'solid-styled-components';
import { TitleBar } from './renderer/TitleBar';
import { defaultInAppMenuConfig, InAppMenuConfig } from './constants';