Skip to content

Commit

Permalink
fix(mobile): correct search & home-header bg color (#8835)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Nov 15, 2024
1 parent 54c5122 commit 1f71e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1f71e87

Please sign in to comment.