diff options
| author | jackyzha0 <[email protected]> | 2021-03-05 23:50:11 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-05 23:50:11 -0800 |
| commit | 6c974b237a9b7a8bd8f294d210157e19acf4c7fe (patch) | |
| tree | cbaa793a6f1468ae4d2c6b5d91bae38fe7dc0840 /frontend/src/theme | |
| parent | text area styling (diff) | |
| download | ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.tar.xz ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.zip | |
button styling
Diffstat (limited to 'frontend/src/theme')
| -rw-r--r-- | frontend/src/theme/ThemeProvider.js | 1 |
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', }, } |