Fix notification close icon size

This commit is contained in:
Nate Butler 2023-09-15 12:59:57 -04:00
parent 29cd00f78d
commit 966da65293
2 changed files with 8 additions and 8 deletions

View File

@ -42,10 +42,10 @@ export default function contact_notification(): any {
dismiss_button: {
default: {
color: foreground(theme.lowest, "variant"),
icon_width: 8,
icon_height: 8,
button_width: 8,
button_height: 8,
icon_width: 14,
icon_height: 14,
button_width: 14,
button_height: 14,
hover: {
color: foreground(theme.lowest, "hovered"),
},

View File

@ -37,10 +37,10 @@ export default function simple_message_notification(): any {
dismiss_button: interactive({
base: {
color: foreground(theme.middle),
icon_width: 8,
icon_height: 8,
button_width: 8,
button_height: 8,
icon_width: 14,
icon_height: 14,
button_width: 14,
button_height: 14,
},
state: {
hovered: {