fix(ui): background color for the references links container from the right sidebar

This commit is contained in:
charlie
2024-01-18 21:10:15 +08:00
parent 2edaf457e4
commit e5dac02c35
2 changed files with 7 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ html[data-theme=dark] {
--popover: 192 100% 11%;
--input: 203 35% 25%;
background-color: #002b36;
@apply bg-[#002b36];
.ui__button {
&.as-outline {