Bump update notification size back up
This commit is contained in:
parent
c63cc78ffd
commit
6b88ac9c32
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ export default function update_notification(): any {
|
||||||
dismiss_button: interactive({
|
dismiss_button: interactive({
|
||||||
base: {
|
base: {
|
||||||
color: foreground(theme.middle),
|
color: foreground(theme.middle),
|
||||||
icon_width: 8,
|
icon_width: 14,
|
||||||
icon_height: 8,
|
icon_height: 14,
|
||||||
button_width: 8,
|
button_width: 14,
|
||||||
button_height: 8,
|
button_height: 14,
|
||||||
},
|
},
|
||||||
state: {
|
state: {
|
||||||
hovered: {
|
hovered: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue