Skip to content

Commit

Permalink
style: add gap between assistnat view tab items
Browse files Browse the repository at this point in the history
  • Loading branch information
aexshafii committed Feb 3, 2025
1 parent 37cccea commit d2d64ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugin/views/assistant/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function TabButton({
onClick={onClick}
className={`
fo-px-3 fo-py-2 fo-text-sm fo-font-medium fo-shadow-none fo-cursor-pointer fo-bg-transparent
${
isActive
? "fo-bg-[--interactive-accent] fo-text-[--text-on-accent] "
Expand Down Expand Up @@ -142,7 +143,7 @@ function AssistantContent({

return (
<div className="flex flex-col h-full ">
<div className="flex bg-[--background-primary] shadow-none w-fit">
<div className="flex shadow-none w-fit space-x-2">
<TabButton
isActive={activeTab === "organizer"}
onClick={() => setActiveTab("organizer")}
Expand Down

0 comments on commit d2d64ea

Please sign in to comment.