summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json51
-rw-r--r--src/client/theme/light.json51
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5
index 72362a2305..1f4585d14d 100644
--- a/src/client/theme/dark.json5
+++ b/src/client/theme/dark.json5
@@ -175,6 +175,7 @@
mobileNavBackdrop: 'rgba(0, 0, 0, 0.7)',
mobilePostFormDivider: 'rgba(0, 0, 0, 0.2)',
mobilePostFormTextareaBg: 'rgba(0, 0, 0, 0.3)',
+ mobilePostFormButton: '$text',
mobileDriveNavBg: ':alpha<0.75<$secondary',
mobileHomeTlItemHover: 'rgba(255, 255, 255, 0.1)',
mobileUserPageName: '#fff',
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5
index 90d0d40187..acb2a6d682 100644
--- a/src/client/theme/light.json5
+++ b/src/client/theme/light.json5
@@ -175,6 +175,7 @@
mobileNavBackdrop: 'rgba(0, 0, 0, 0.2)',
mobilePostFormDivider: 'rgba(0, 0, 0, 0.1)',
mobilePostFormTextareaBg: '#fff',
+ mobilePostFormButton: '$text',
mobileDriveNavBg: ':alpha<0.75<$secondary',
mobileHomeTlItemHover: 'rgba(0, 0, 0, 0.05)',
mobileUserPageName: '#757c82',