Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarRocha committed Dec 5, 2023
1 parent 4a7c17f commit 92800fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/decohelp/pages/ui/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export default function Sidebar({
>
<a
href={subTopic.SidebarLink}
class={`flex items-center pl-[32px] pr-2 py-2 ${
class={`flex items-center pl-[32px] pr-2 py-2 text-[15px] leading-tight cursor-pointer ${
isActiveSubTopic
? "text-[#2E6ED9]"
: "text-zinc-900 relative w-min-content hover:bg-[#F8F9F5]"
Expand Down

0 comments on commit 92800fa

Please sign in to comment.