mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(mobile): correct search & home-header bg color (#8835)
This commit is contained in:
@@ -113,7 +113,7 @@ const WithQueryList = () => {
|
||||
};
|
||||
|
||||
export const Component = () => {
|
||||
useThemeColorV2('layer/background/secondary');
|
||||
useThemeColorV2('layer/background/mobile/primary');
|
||||
const searchInput = useLiveData(searchInput$);
|
||||
const searchService = useService(MobileSearchService);
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export const float = style({
|
||||
position: 'fixed',
|
||||
top: 0,
|
||||
width: '100%',
|
||||
background: cssVarV2('layer/background/secondary'),
|
||||
background: cssVarV2('layer/background/mobile/primary'),
|
||||
zIndex: 1,
|
||||
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user