aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/theme
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-03-05 23:50:11 -0800
committerjackyzha0 <[email protected]>2021-03-05 23:50:11 -0800
commit6c974b237a9b7a8bd8f294d210157e19acf4c7fe (patch)
treecbaa793a6f1468ae4d2c6b5d91bae38fe7dc0840 /frontend/src/theme
parenttext area styling (diff)
downloadctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.tar.xz
ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.zip
button styling
Diffstat (limited to 'frontend/src/theme')
-rw-r--r--frontend/src/theme/ThemeProvider.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/theme/ThemeProvider.js b/frontend/src/theme/ThemeProvider.js
index a104a5a..d9edcb0 100644
--- a/frontend/src/theme/ThemeProvider.js
+++ b/frontend/src/theme/ThemeProvider.js
@@ -6,6 +6,7 @@ const theme = {
background: '#faf9f5',
border: '#565656',
text: '#111111',
+ error: '#ee1111',
},
}