fix(DeckyIcon): fix decky icon overflowing in toasts

could still use some padding but eh
This commit is contained in:
AAGaming
2024-07-28 18:36:22 -04:00
parent 241aec26e8
commit e00d517119
+1 -1
View File
@@ -1,7 +1,7 @@
import { FC, SVGAttributes } from 'react';
const DeckyIcon: FC<SVGAttributes<SVGElement>> = (props) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 456" {...props}>
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 512 456" {...props}>
<g>
<path
style={{ fill: 'none' }}