Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into eugene/TLK-1864_models_refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLightsOn committed Oct 31, 2024
2 parents 0998679 + 8750a58 commit 9661278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Props = {
export const Setttings: React.FC<Props> = ({ className, kind, ...props }) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 28 28"
viewBox="0 0 32 32"
className={cn('h-full w-full fill-inherit', className)}
{...props}
>
Expand Down

0 comments on commit 9661278

Please sign in to comment.