We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71255d3 commit 8b8e032Copy full SHA for 8b8e032
src/app/views/home/home.component.scss
@@ -164,6 +164,7 @@ $custom-icon-button-theme: icon-button-theme(
164
height: 90px;
165
padding: 20px 24px;
166
border: 1px solid #d6d6d6;
167
+ color: black;
168
169
.sample-info {
170
height: 58px;
@@ -223,7 +224,7 @@ $custom-icon-button-theme: icon-button-theme(
223
224
height: 100vh;
225
overflow: auto;
226
display: block;
- background: var(--ig-surface-500, white);
227
+ background: white;
228
color: var(--ig-gray-900, black);
229
}
230
@@ -232,7 +233,6 @@ $custom-icon-button-theme: icon-button-theme(
232
233
234
235
background: white;
236
237
238
0 commit comments