mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:47:02 +00:00
mobile: minor fix
This commit is contained in:
@@ -207,7 +207,13 @@ const RootComponent = ({
|
||||
}
|
||||
/>
|
||||
) : (
|
||||
<Chromium />
|
||||
<Chromium
|
||||
stroke={
|
||||
rawTheme[colorScheme as ThemeName][
|
||||
"base-content"
|
||||
]
|
||||
}
|
||||
/>
|
||||
)}
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user