Profile: fix toolbar color as scrolled by banner
This commit is contained in:
parent
7e120fba2d
commit
c5f21f22bd
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ const Profile: Component = () => {
|
|||
variant="dense"
|
||||
sx={{
|
||||
display: "flex",
|
||||
color: bannerSampledColors()?.text,
|
||||
color: scrolledPastBanner() ? undefined : bannerSampledColors()?.text,
|
||||
paddingTop: "var(--safe-area-inset-top)",
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue