Skip to content

Commit 1f9025f

Browse files
committed
fixup! fix(AlertBox): don't override a
1 parent 24be41c commit 1f9025f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/ui-components/Common/AlertBox/index.module.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
text-sm
1212
text-white;
1313

14+
a {
15+
@apply font-bold
16+
text-white
17+
underline
18+
hover:text-white;
19+
20+
&:hover {
21+
@apply no-underline;
22+
}
23+
24+
code {
25+
@apply text-green-600
26+
dark:text-green-400;
27+
}
28+
}
29+
1430
&.small {
1531
@apply gap-1
1632
py-2

0 commit comments

Comments
 (0)