mobile: minor fix

This commit is contained in:
daniel31x13
2025-11-16 16:58:57 -05:00
parent 08a220f424
commit 17b578361a
2 changed files with 7 additions and 2 deletions

View File

@@ -207,7 +207,13 @@ const RootComponent = ({
}
/>
) : (
<Chromium />
<Chromium
stroke={
rawTheme[colorScheme as ThemeName][
"base-content"
]
}
/>
)}
</TouchableOpacity>
)}

View File

@@ -7,7 +7,6 @@ export const Chromium = (props: SvgProps) => (
height={21}
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"