mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 04:42:02 +00: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';
|
import { FC, SVGAttributes } from 'react';
|
||||||
|
|
||||||
const DeckyIcon: FC<SVGAttributes<SVGElement>> = (props) => (
|
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>
|
<g>
|
||||||
<path
|
<path
|
||||||
style={{ fill: 'none' }}
|
style={{ fill: 'none' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user