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

pull/10897/head
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 {

View File

@ -756,3 +756,9 @@ html.is-mac {
@apply bg-gray-03 rounded p-4;
}
}
.cp__right-sidebar-inner {
.references-blocks-item {
@apply bg-gray-04;
}
}