diff --git a/plugins/decky-vault/src/index.tsx b/plugins/decky-vault/src/index.tsx index 575409b..aa682af 100644 --- a/plugins/decky-vault/src/index.tsx +++ b/plugins/decky-vault/src/index.tsx @@ -170,13 +170,19 @@ function DeckyVaultIcon() { width="24" height="24" xmlns="http://www.w3.org/2000/svg" - style={{ fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round" }} + style={{ + fillRule: "evenodd", + clipRule: "evenodd", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeMiterlimit: 1.5, + }} > @@ -192,6 +198,10 @@ function DeckyVaultIcon() { d="M323,1000L323,891.398C323,841.926 363.195,801.76 412.704,801.76L640.543,801.76L479.436,640.773C444.428,605.791 444.428,548.988 479.436,514.006L563.141,430.363C598.149,395.381 654.994,395.381 690.002,430.363L851.108,591.351L851.108,363.68C851.108,314.208 891.303,274.042 940.812,274.042L1059.188,274.042C1108.697,274.042 1148.892,314.208 1148.892,363.68L1148.892,591.351L1309.998,430.363C1345.006,395.381 1401.851,395.381 1436.859,430.363L1520.564,514.006C1555.572,548.988 1555.572,605.791 1520.564,640.773L1359.457,801.76L1587.296,801.76C1636.805,801.76 1677,841.926 1677,891.398L1677,1000L1180.034,1000C1184.251,984.222 1186.5,967.643 1186.5,950.542C1186.5,844.971 1100.789,759.26 995.218,759.26C889.646,759.26 803.935,844.971 803.935,950.542C803.935,967.643 806.184,984.222 810.401,1000L323,1000Z" fill="white" stroke="white" strokeWidth="50" /> +