web/UpdateNotification: increase icon size
This commit is contained in:
parent
8b6775ca86
commit
b540703de8
1 changed files with 3 additions and 3 deletions
|
@ -45,14 +45,14 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--button-elevated-hover);
|
background-color: var(--button-elevated-hover);
|
||||||
padding: 2px;
|
padding: 3px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.update-icon :global(svg) {
|
.update-icon :global(svg) {
|
||||||
stroke-width: 1.5px;
|
stroke-width: 1.5px;
|
||||||
width: 24px;
|
width: 25px;
|
||||||
height: 24px;
|
height: 25px;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue