summaryrefslogtreecommitdiffhomepage
path: root/app/components/styled/BlurAppButtonStyles.android.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/styled/BlurAppButtonStyles.android.js')
-rw-r--r--app/components/styled/BlurAppButtonStyles.android.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/components/styled/BlurAppButtonStyles.android.js b/app/components/styled/BlurAppButtonStyles.android.js
deleted file mode 100644
index c39e44cdd5..0000000000
--- a/app/components/styled/BlurAppButtonStyles.android.js
+++ /dev/null
@@ -1,20 +0,0 @@
-import { colors } from '../../config';
-
-import { createViewStyles } from '../../lib/styles';
-
-export default {
- ...createViewStyles({
- transparent: {
- backgroundColor: colors.white20,
- },
- transparentHover: {
- backgroundColor: colors.white40,
- },
- redTransparent: {
- backgroundColor: colors.red40,
- },
- redTransparentHover: {
- backgroundColor: colors.red45,
- },
- }),
-};