Skip to content

Commit 256bb8a

Browse files
committed
Update Sidebar.tsx
1 parent 5c6b934 commit 256bb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/options/routes/ScriptList/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const FilterGroup = React.memo<FilterGroupProps>(
8888
return (
8989
<div
9090
key={item.key}
91-
className={`uno-flex uno-items-center uno-justify-between uno-px-3 uno-py-2 uno-rounded uno-cursor-pointer uno-transition-all uno-ease-out ${ !isSelected ? "hover:uno-bg-fill-2" : "" }`}
91+
className={`uno-flex uno-items-center uno-justify-between uno-px-3 uno-py-2 uno-rounded uno-cursor-pointer uno-transition-all uno-ease-out ${!isSelected ? "hover:uno-bg-fill-2" : ""}`}
9292
style={{
9393
backgroundColor: isSelected ? "var(--color-primary-light-1)" : "transparent",
9494
color: isSelected ? "var(--color-primary-6)" : "var(--color-text-1)",

0 commit comments

Comments
 (0)