1- import { lighten , darken } from "@mui/material/styles" ; // CAIO_REVIEW
1+ import { lighten } from "@mui/material/styles" ; // CAIO_REVIEW
22
33const typographyBase = 13 ;
44
@@ -133,12 +133,6 @@ const newSemanticColors = {
133133 light : lighten ( newColors . blueBlueWave , 0.2 ) , //CAIO_REVIEW
134134 dark : lighten ( newColors . blueBlueWave , 0.2 ) , //CAIO_REVIEW
135135 } ,
136- darker : {
137- // CAIO_REVIEW
138- light : darken ( newColors . blueBlueWave , 0.2 ) , // CAIO_REVIEW
139- dark : darken ( newColors . blueBlueWave , 0.2 ) , // CAIO_REVIEW
140- } ,
141-
142136 contrastText : {
143137 light : newColors . offWhite ,
144138 dark : newColors . offWhite ,
@@ -165,14 +159,6 @@ const newSemanticColors = {
165159 light : newColors . blueGray500 ,
166160 dark : newColors . gray500 ,
167161 } ,
168- contrastBorder : {
169- light : newColors . gray500 ,
170- dark : newColors . blueGray600 ,
171- } ,
172- contrastBorderDisabled : {
173- light : newColors . gray100 ,
174- dark : newColors . blueGray800 ,
175- } ,
176162 lowContrast : {
177163 light : newColors . gray250 ,
178164 dark : newColors . blueGray600 ,
@@ -207,18 +193,6 @@ const newSemanticColors = {
207193 light : newColors . blueGray800 ,
208194 dark : newColors . gray100 ,
209195 } ,
210- background : {
211- light : newColors . gray50 ,
212- dark : newColors . offBlack ,
213- } ,
214- border : {
215- light : newColors . gray500 ,
216- dark : newColors . blueGray600 ,
217- } ,
218- cardShadow : {
219- light : "0 0 0 1px rgba(0, 0, 0, 0.04), 0 12px 24px rgba(0, 0, 0, 0.08)" ,
220- dark : "0 2px 10px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.04)" ,
221- } ,
222196 } ,
223197 success : {
224198 main : {
@@ -234,20 +208,6 @@ const newSemanticColors = {
234208 dark : newColors . green200 ,
235209 } ,
236210 } ,
237- successSecondary : {
238- main : {
239- light : undefined ,
240- dark : "#073C2D" ,
241- } ,
242- contrastText : {
243- light : undefined ,
244- dark : "#34D399" ,
245- } ,
246- lowContrast : {
247- light : undefined ,
248- dark : "#094434" ,
249- } ,
250- } ,
251211 warning : {
252212 main : {
253213 light : newColors . orange700 ,
@@ -316,30 +276,6 @@ const newSemanticColors = {
316276 } ,
317277 } ,
318278
319- map : {
320- main : {
321- light : newColors . offWhite ,
322- dark : undefined ,
323- } ,
324- lowContrast : {
325- light : newColors . gray200 ,
326- dark : undefined ,
327- } ,
328- highContrast : {
329- light : newColors . gray500 ,
330- dark : undefined ,
331- } ,
332- } ,
333- chatbot : {
334- background : {
335- light : newColors . gray200 ,
336- dark : "#112B2B" ,
337- } ,
338- textAccent : {
339- light : "#C084FC" ,
340- dark : "#C084FC" ,
341- } ,
342- } ,
343279 alert : {
344280 main : {
345281 light : newColors . gray200 ,
0 commit comments