diff --git a/pgml-dashboard/src/components/notifications/product/product_banner/product_banner.scss b/pgml-dashboard/src/components/notifications/product/product_banner/product_banner.scss index 2ccacde9d..b3c21465c 100644 --- a/pgml-dashboard/src/components/notifications/product/product_banner/product_banner.scss +++ b/pgml-dashboard/src/components/notifications/product/product_banner/product_banner.scss @@ -39,6 +39,11 @@ div[data-controller="notifications-product-product-banner"] { .close { color: #{$gray-100}; + font-size: 24px; + + &:hover { + color: #{$gray-200}; + } } .more-info { diff --git a/pgml-dashboard/src/components/notifications/product/product_banner/template.html b/pgml-dashboard/src/components/notifications/product/product_banner/template.html index f072cce89..152ce347a 100644 --- a/pgml-dashboard/src/components/notifications/product/product_banner/template.html +++ b/pgml-dashboard/src/components/notifications/product/product_banner/template.html @@ -76,8 +76,8 @@ %> <%+ Modal::new(format!(r#" -
- close +
+ close {icon} {title}

{message}