@@ -128,6 +128,7 @@ z-index: 10;
128128 position: absolute;
129129 top: 16px;
130130 right: 16px;
131+ color: ${ props => props . theme . secondaryColor } ;
131132 }
132133` ;
133134
@@ -155,7 +156,7 @@ const KanvasisualizerFeatures = () => {
155156 < a href = "https://docs.layer5.io/kanvas/getting-started/import-designs/" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
156157 < div className = { ( isHovered && hoveredFeature != "Feature1" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 1 ) } onMouseOut = { handleMouseOut } >
157158 < div className = "docs-icon-wrapper" >
158- < DocsIcon style = { { color : "#00D3A9" } } className = "docs" />
159+ < DocsIcon />
159160 </ div >
160161 < div className = "feature-image" >
161162 < img src = { ApplicationImportBoxes } alt = "Application Import" style = { { position : "absolute" } } />
@@ -170,7 +171,7 @@ const KanvasisualizerFeatures = () => {
170171 < a href = "https://docs.layer5.io/kanvas/operator/resource-details/" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
171172 < div className = { ( isHovered && hoveredFeature != "Feature2" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 2 ) } onMouseOut = { handleMouseOut } >
172173 < div className = "docs-icon-wrapper" >
173- < DocsIcon style = { { color : "#00D3A9" } } className = "docs" />
174+ < DocsIcon />
174175 </ div >
175176 < div className = "feature-image" >
176177 < img src = { PerformanceMetrics } alt = "Performance Metrics" style = { { position : "absolute" } } />
@@ -185,7 +186,7 @@ const KanvasisualizerFeatures = () => {
185186 < a href = "https://docs.layer5.io/kanvas/operator/#understanding-interactive-terminal" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
186187 < div className = { ( isHovered && hoveredFeature != "Feature3" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 3 ) } onMouseOut = { handleMouseOut } >
187188 < div className = "docs-icon-wrapper" >
188- < DocsIcon style = { { color : "#00D3A9" } } className = "docs" />
189+ < DocsIcon />
189190 </ div >
190191 < div className = "feature-image" >
191192 < img src = { InteractiveTerminal } alt = "Interactive Terminal" style = { { position : "absolute" , width : "80%" , zIndex : "0" } } />
@@ -222,7 +223,7 @@ const KanvasisualizerFeatures = () => {
222223 < a href = "https://docs.layer5.io/kanvas/operator/#understanding-log-streamer" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
223224 < div className = { ( isHovered && hoveredFeature != "Feature6" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 6 ) } onMouseOut = { handleMouseOut } >
224225 < div className = "docs-icon-wrapper" >
225- < DocsIcon style = { { color : "#00D3A9" } } className = "docs" />
226+ < DocsIcon />
226227 </ div >
227228 < div className = "feature-image" >
228229 < img src = { LogStream } alt = "Log Stream" style = { { position : "absolute" } } />
0 commit comments