fix(plugin): remove explicit icon size, let container handle scaling
This commit is contained in:
@@ -167,8 +167,6 @@ function DeckyVaultIcon() {
|
|||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 2000 2000"
|
viewBox="0 0 2000 2000"
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
style={{
|
style={{
|
||||||
fillRule: "evenodd",
|
fillRule: "evenodd",
|
||||||
|
|||||||
Reference in New Issue
Block a user