Button click color

This commit is contained in:
Tomasz 2021-02-06 10:27:32 +01:00
parent 22787cdfdd
commit f0f9c337f5
2 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View file

@ -19,7 +19,7 @@ __pycache__/
frontend/static/frontend/login.js frontend/static/frontend/login.js
frontend/static/frontend/content.js frontend/static/frontend/content.js
frontend/static/frontend/AccountManager.js frontend/static/frontend/accountManager.js
# Distribution / packaging # Distribution / packaging
.Python .Python

View file

@ -80,4 +80,9 @@ body {
#bar { #bar {
background-color: #d32f2f; background-color: #d32f2f;
} }
.MuiTouchRipple-rippleVisible {
color: #d32f2f !important;
opacity: 100% !important;
}