@@ -101,61 +101,61 @@ const RoadmapTracksPage = () => {
101101 const popoverConfig = {
102102 endGoal : {
103103 border : "border-primary" ,
104- background : "bg-primary-high-contrast-linear-gradient " ,
104+ background : "bg-gradient-to-b from- primary-high-contrast/10 " ,
105105 pillStyles : "bg-primary text-body-inverse" ,
106106 pillText : "END GOAL" ,
107107 } ,
108108 featureResearch : {
109109 border : "border-border" ,
110- background : "bg-background-medium-linear-gradient " ,
110+ background : "bg-gradient-to-b from-background-medium/10 " ,
111111 pillStyles : "bg-background-medium" ,
112112 pillText : "RESEARCH" ,
113113 } ,
114114 featureScheduled : {
115115 border : "border-warning" ,
116- background : "bg-warning-linear-gradient " ,
116+ background : "bg-gradient-to-b from-warning/10 " ,
117117 pillStyles : "bg-warning" ,
118118 pillText : "SCHEDULED" ,
119119 } ,
120120 featureShipped : {
121121 border : "border-success" ,
122- background : "bg-success-linear-gradient " ,
122+ background : "bg-gradient-to-b from-success/10 " ,
123123 pillStyles : "bg-success" ,
124124 pillText : "SHIPPED" ,
125125 } ,
126126 rollupStage : {
127127 border : "border-primary-high-contrast" ,
128- background : "bg-primary-high-contrast-linear-gradient " ,
128+ background : "bg-gradient-to-b from- primary-high-contrast/10 " ,
129129 pillStyles : "bg-primary-high-contrast text-body-inverse" ,
130130 pillText : "STAGE" ,
131131 } ,
132132 taskIdea : {
133133 border : "border-background-highlight" ,
134- background : "bg-background-high-linear-gradient " ,
134+ background : "bg-gradient-to-b from-background-high/10 " ,
135135 pillStyles : "bg-background-high" ,
136136 pillText : "IDEA" ,
137137 } ,
138138 taskResearch : {
139139 border : "border-border" ,
140- background : "bg-background-medium-linear-gradient " ,
140+ background : "bg-gradient-to-b from-medium/10 " ,
141141 pillStyles : "bg-background-medium" ,
142142 pillText : "RESEARCH" ,
143143 } ,
144144 taskScheduled : {
145145 border : "border-warning" ,
146- background : "bg-warning-linear-gradient " ,
146+ background : "bg-gradient-to-b from-warning/10 " ,
147147 pillStyles : "bg-warning" ,
148148 pillText : "SCHEDULED" ,
149149 } ,
150150 taskShipped : {
151151 border : "border-success" ,
152- background : "bg-success-linear-gradient " ,
152+ background : "bg-gradient-to-b from-success/10 " ,
153153 pillStyles : "bg-success" ,
154154 pillText : "SHIPPED" ,
155155 } ,
156156 track : {
157157 border : "border-primary" ,
158- background : "bg-primary-high-contrast-linear-gradient " ,
158+ background : "bg-gradient-to-b from- primary-high-contrast/10 " ,
159159 pillStyles : "bg-primary-high-contrast text-body-inverse" ,
160160 pillText : "TRACK" ,
161161 } ,
0 commit comments