Skip to content

Commit e556faf

Browse files
authored
Merge branch 'main' into add-file-content-viewer
2 parents e60a1ea + 8750a58 commit e556faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/assistants_web/src/assets/icons/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Props = {
1111
export const Setttings: React.FC<Props> = ({ className, kind, ...props }) => (
1212
<svg
1313
xmlns="http://www.w3.org/2000/svg"
14-
viewBox="0 0 28 28"
14+
viewBox="0 0 32 32"
1515
className={cn('h-full w-full fill-inherit', className)}
1616
{...props}
1717
>

0 commit comments

Comments
 (0)