diff --git a/frontend/src/misc-components/time-passed.module.css b/frontend/src/misc-components/time-passed.module.css index 55ffeb7..59cb373 100644 --- a/frontend/src/misc-components/time-passed.module.css +++ b/frontend/src/misc-components/time-passed.module.css @@ -7,7 +7,7 @@ } .timepassedDot.hot { - background-color: #DB2228; + background-color: #92201A; } .timepassedDot.warm { @@ -15,7 +15,7 @@ } .timepassedDot.comfort { - background-color: #FDAF19; + background-color: #FAD116; } .timepassedDot.breezy { @@ -23,5 +23,5 @@ } .timepassedDot.cold { - background-color: #7f97ad; + background-color: #808080; } \ No newline at end of file