about summary refs log tree commit diff
path: root/plugins/withAndroidStylesAccentColorPlugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/withAndroidStylesAccentColorPlugin.js')
-rw-r--r--plugins/withAndroidStylesAccentColorPlugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/withAndroidStylesAccentColorPlugin.js b/plugins/withAndroidStylesAccentColorPlugin.js
index c45553788..51dd44f35 100644
--- a/plugins/withAndroidStylesAccentColorPlugin.js
+++ b/plugins/withAndroidStylesAccentColorPlugin.js
@@ -12,7 +12,7 @@ module.exports = function withAndroidStylesAccentColorPlugin(appConfig) {
         decoratedAppConfig.modResults,
         {
           add: true,
-          parent: AndroidConfig.Styles.getAppThemeLightNoActionBarGroup(),
+          parent: AndroidConfig.Styles.getAppThemeGroup(),
           name: 'colorAccent',
           value: '@color/colorPrimary',
         },