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