diff --git a/src/ui/settings/components/PluginSettings.tsx b/src/ui/settings/components/PluginSettings.tsx index aa1248f..97e0d3c 100644 --- a/src/ui/settings/components/PluginSettings.tsx +++ b/src/ui/settings/components/PluginSettings.tsx @@ -13,7 +13,7 @@ const styles = stylesheet.createThemedStyleSheet({ backgroundColor: stylesheet.ThemeColorMap.BACKGROUND_MOBILE_SECONDARY, flex: 1, }, - cardStyle: { + card: { backgroundColor: stylesheet.ThemeColorMap.BACKGROUND_MOBILE_PRIMARY, color: stylesheet.ThemeColorMap.TEXT_NORMAL, }, @@ -48,7 +48,7 @@ export default function PluginSettings({ plugin, children }: PluginSettingsProps screenOptions={{ cardOverlayEnabled: false, cardShadowEnabled: false, - cardStyle: styles.cardStyle, + cardStyle: styles.card, headerStyle: styles.header, headerTitleContainerStyle: styles.headerTitleContainer, }}