mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
fix: added transparent background for dark mode. (#1780)
This commit is contained in:
parent
c0faf1d430
commit
d164c52b3c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user