Resolve native tab on unsupported devices color scheme.

This commit is contained in:
Patrick Fic
2025-10-23 14:20:10 -07:00
parent b1ee922066
commit 272fc619dc

View File

@@ -36,6 +36,13 @@ function AuthenticatedLayout() {
<NativeTabs
minimizeBehavior="onScrollDown"
disableTransparentOnScrollEdge
{...(paperTheme.theme === "dark"
? {
backgroundColor: DarkTheme.colors.background,
tintColor: DarkTheme.colors.text,
indicatorColor: DarkTheme.colors.border,
}
: {})}
>
<NativeTabs.Trigger name="jobs">
<Label>{t("joblist.labels.activejobs")}</Label>