mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:43:25 +00:00
fix: button color
This commit is contained in:
@@ -105,6 +105,7 @@ export default function SettingsScreen() {
|
|||||||
<Separator minHeight={20} vertical />
|
<Separator minHeight={20} vertical />
|
||||||
<MWButton
|
<MWButton
|
||||||
type="secondary"
|
type="secondary"
|
||||||
|
backgroundColor="$sheetItemBackground"
|
||||||
icon={
|
icon={
|
||||||
<MaterialCommunityIcons
|
<MaterialCommunityIcons
|
||||||
name={Platform.select({ ios: "apple", android: "android" })}
|
name={Platform.select({ ios: "apple", android: "android" })}
|
||||||
|
Reference in New Issue
Block a user