Skip to content

Commit

Permalink
backend/assistants_web: Fix alignment of wikipedia toggle (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmx81 authored Dec 5, 2024
1 parent 76e9270 commit 64e18d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/assistants_web/src/components/UI/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Switch: React.FC<Props> = ({
'transform transition-all duration-300 ease-in-out'
);
return (
<div className="group flex w-10 items-center">
<div className="group flex w-[30px] items-center">
<Field>
<div
className={cn(
Expand Down

0 comments on commit 64e18d2

Please sign in to comment.