Skip to content

Commit 633531a

Browse files
author
Tim Roes
authored
🪟 🎨 Fix banner link color (#18978)
* Fix banner link color * Use inherit
1 parent 972a8c0 commit 633531a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte-webapp/src/components/ui/Banner/AlertBanner.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
z-index: 3;
1010
font-size: 12px;
1111
line-height: 30px;
12-
color: colors.$black;
1312

1413
& a {
15-
color: colors.$black;
14+
color: inherit;
1615
}
1716
}
1817

@@ -23,4 +22,5 @@
2322

2423
.red {
2524
background-color: colors.$red;
25+
color: colors.$black;
2626
}

0 commit comments

Comments
 (0)