Skip to content

Commit 8b8e032

Browse files
committed
fix: header color issues
1 parent 71255d3 commit 8b8e032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/views/home/home.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ $custom-icon-button-theme: icon-button-theme(
164164
height: 90px;
165165
padding: 20px 24px;
166166
border: 1px solid #d6d6d6;
167+
color: black;
167168

168169
.sample-info {
169170
height: 58px;
@@ -223,7 +224,7 @@ $custom-icon-button-theme: icon-button-theme(
223224
height: 100vh;
224225
overflow: auto;
225226
display: block;
226-
background: var(--ig-surface-500, white);
227+
background: white;
227228
color: var(--ig-gray-900, black);
228229
}
229230

@@ -232,7 +233,6 @@ $custom-icon-button-theme: icon-button-theme(
232233
height: 100vh;
233234
overflow: auto;
234235
background: white;
235-
background: var(--ig-surface-500, white);
236236
color: var(--ig-gray-900, black);
237237
}
238238

0 commit comments

Comments
 (0)