web/UpdateNotification: increase icon size

This commit is contained in:
wukko 2024-07-23 16:46:18 +06:00
parent 8b6775ca86
commit b540703de8
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -45,14 +45,14 @@
justify-content: center;
align-items: center;
background-color: var(--button-elevated-hover);
padding: 2px;
padding: 3px;
border-radius: 6px;
}
.update-icon :global(svg) {
stroke-width: 1.5px;
width: 24px;
height: 24px;
width: 25px;
height: 25px;
will-change: transform;
}