diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 4987d563c..e576863a9 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -3936,8 +3936,8 @@ margin: 0.5rem 0 0 0; } .p-toast .p-toast-item-container .p-toast-icon-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index d67eb3db0..5d4f1e7d2 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -3936,8 +3936,8 @@ margin: 0.5rem 0 0 0; } .p-toast .p-toast-item-container .p-toast-icon-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index f76d9e9e4..7d375a0b3 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -3936,8 +3936,8 @@ margin: 0.5rem 0 0 0; } .p-toast .p-toast-item-container .p-toast-icon-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 1442264ca..29974f56b 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -3936,8 +3936,8 @@ margin: 0.5rem 0 0 0; } .p-toast .p-toast-item-container .p-toast-icon-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; diff --git a/src/views/message/MessageDemo.vue b/src/views/message/MessageDemo.vue index 830b3d8f4..e1567fcad 100755 --- a/src/views/message/MessageDemo.vue +++ b/src/views/message/MessageDemo.vue @@ -10,10 +10,10 @@
Severities
- Order Submitted - PrimeVue Rocks - There are unsaved changes - Validation Failed + Success Message Content + Info Message Content + Warning Message Content + Error Message Content
Dynamic