@@ -11,8 +11,8 @@ export const colors: ThemeColors = {
1111 section : brandColor . grey900 ,
1212 /** For subsection bg usually over background/section (grey800 / #262626) */
1313 subsection : brandColor . grey800 ,
14- /** For muted neutral surface (#ffffff1a ) */
15- muted : '#ffffff1a ' ,
14+ /** For muted neutral surface (#c8e4ff1c ) */
15+ muted : '#c8e4ff1c ' ,
1616 /** Hover state surface for background/default (grey900 / #1a1a1a) */
1717 defaultHover : brandColor . grey900 ,
1818 /** Pressed state surface for background/default (grey800 / #262626) */
@@ -21,14 +21,14 @@ export const colors: ThemeColors = {
2121 alternativeHover : '#0d0d0e' ,
2222 /** Pressed state surface for background/alternative (#161617) */
2323 alternativePressed : '#161617' ,
24- /** Hover state surface for background/muted (#ffffff26 ) */
25- mutedHover : '#ffffff26 ' ,
26- /** Pressed state surface for background/muted (#ffffff33 ) */
27- mutedPressed : '#ffffff33 ' ,
28- /** General purpose hover state tint (#ffffff1a ) */
29- hover : '#ffffff1a ' ,
30- /** General purpose pressed state tint (#ffffff26 ) */
31- pressed : '#ffffff26 ' ,
24+ /** Hover state surface for background/muted (#c8e4ff26 ) */
25+ mutedHover : '#c8e4ff26 ' ,
26+ /** Pressed state surface for background/muted (#c8e4ff30 ) */
27+ mutedPressed : '#c8e4ff30 ' ,
28+ /** General purpose hover state tint (#c8e4ff1c ) */
29+ hover : '#c8e4ff1c ' ,
30+ /** General purpose pressed state tint (#c8e4ff26 ) */
31+ pressed : '#c8e4ff26 ' ,
3232 } ,
3333 text : {
3434 /** Default color for text (#FFFFFF) */
@@ -55,8 +55,8 @@ export const colors: ThemeColors = {
5555 border : {
5656 /** Default color for borders */
5757 default : brandColor . grey500 ,
58- /** Muted color for borders (#ffffff1a ) */
59- muted : '#ffffff1a ' ,
58+ /** Muted color for borders (#c8e4ff26 ) */
59+ muted : '#c8e4ff26 ' ,
6060 } ,
6161 overlay : {
6262 /** Default color for overlays (scrim) (#030304b8) */
0 commit comments