Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit b5c22eb

Browse files
committed
fix: close button becomes white on some occasions
1 parent 5ad6bd5 commit b5c22eb

File tree

1 file changed

+1
-1
lines changed
  • src/pages/Content/styles/components

1 file changed

+1
-1
lines changed

src/pages/Content/styles/components/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@apply bg-purple-800 px-5 py-3 text-white font-bold text-lg cursor-move flex justify-between items-center;
1414
}
1515
&__close-button {
16-
@apply p-1
16+
@apply p-1 text-gray-800;
1717
}
1818
&__container {
1919
@apply flex-1 overflow-auto;

0 commit comments

Comments
 (0)