Fix notification close icon size

Nate Butler created

Change summary

styles/src/style_tree/contact_notification.ts        | 8 ++++----
styles/src/style_tree/simple_message_notification.ts | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

Detailed changes

styles/src/style_tree/contact_notification.ts 🔗

@@ -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"),
                 },

styles/src/style_tree/simple_message_notification.ts 🔗

@@ -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: {