fix: added transparent background for dark mode. (#1780)

This commit is contained in:
Asheer Rizvi 2022-07-15 13:35:45 +05:30 committed by GitHub
parent c0faf1d430
commit d164c52b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@
.gr-sample-dataframe,
.gr-sample-audio,
.gr-sample-3d {
@apply flex items-center border cursor-pointer px-2 py-1.5 rounded-lg bg-white hover:bg-gray-50 text-sm text-left dark:hover:bg-gray-800;
@apply flex items-center border cursor-pointer px-2 py-1.5 rounded-lg bg-white hover:bg-gray-50 text-sm text-left dark:hover:bg-gray-800 dark:bg-transparent;
}
}