File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
frontend/src/components/app/users Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 2828 </div >
2929 </div >
3030 <div class =" text-left px-4 pt-8 pb-1" >
31- <h1 id = " sliderScoreHeader " >Heat score </h1 >
31+ <h1 class = " text-purple-matcha text-sm " >Popularity </h1 >
3232 </div >
3333 <div id =" sliderScoreContainer" class =" text-center w-full heatScore relative h-6" >
3434 <div id =" sliderScore" class =" absolute top-0 flex items-center justify-center h-12 w-auto rounded-b-lg" >
@@ -107,15 +107,11 @@ export default {
107107}
108108
109109.heatScore {
110- background-image : linear-gradient (to right , #fae6ff , #cc00ff );
110+ background-image : linear-gradient (to right , #efedfd , #6246EA );
111111}
112112
113113#sliderScore {
114- background : #660066 ;
115- }
116-
117- #sliderScoreHeader {
118- color : #cc00ff ;
114+ background : #3b2a8c ;
119115}
120116
121117 </style >
You can’t perform that action at this time.
0 commit comments