mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 12:15:09 +03:00
fix(DeckyIcon): fix decky icon overflowing in toasts
could still use some padding but eh
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user