fix(plugin): remove explicit icon size, let container handle scaling

This commit is contained in:
2026-06-28 18:40:09 +08:00
parent 1ea079917f
commit 297fbc0320
-2
View File
@@ -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",