We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928d63c commit c26d3e6Copy full SHA for c26d3e6
src/components/SidebarTitleComponent.tsx
@@ -24,7 +24,7 @@ export const SidebarTitleComponent: React.FC<SidebarTitleComponentProps> = ({
24
return (
25
<div
26
className={clsx(
27
- "ink-sidebar-item px-2 py-1.5 rounded-sm w-full transition-all",
+ "ink-sidebar-item px-2 py-1.5 rounded-lg w-full transition-all",
28
{
29
"text-ink-grey-400 dark:text-magic-white dark:hover:text-ink-grey-700 hover:text-ink-grey-700 hover:bg-ink-grey-100":
30
!isActive,
0 commit comments