fix(extraSidebarComponent): change background color class from "bg-white" to "bg-background" for better consistency and readability

This commit is contained in:
anovazzi1 2023-06-30 17:38:59 -03:00
commit 0eab19190f

View file

@ -183,7 +183,7 @@ export default function ExtraSidebar() {
);
}}
>
<div className="flex w-full justify-between text-sm px-3 py-1 bg-white items-center border-dashed border-ring border-l-0 rounded-md rounded-l-none border">
<div className="flex w-full justify-between text-sm px-3 py-1 bg-background items-center border-dashed border-ring border-l-0 rounded-md rounded-l-none border">
<span className="text-foreground w-full pr-1 truncate text-xs">
{data[d][t].display_name}
</span>