diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index e843778b4..5cb5f88c1 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5716,4 +5716,8 @@ .p-toast .p-toast-message .p-toast-icon-close:hover { background: rgba(255, 255, 255, 0.1); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index d961c8e35..397446bb3 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5716,4 +5716,8 @@ .p-toast .p-toast-message .p-toast-icon-close:hover { background: rgba(255, 255, 255, 0.1); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 821735c21..97e172463 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5716,4 +5716,8 @@ .p-toast .p-toast-message .p-toast-icon-close:hover { background: rgba(255, 255, 255, 0.1); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 627be0709..84a8a1f81 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5716,4 +5716,8 @@ .p-toast .p-toast-message .p-toast-icon-close:hover { background: rgba(255, 255, 255, 0.1); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index 4893c0d66..901d4efe4 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5708,4 +5708,8 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index ecaea98ef..f1a982dc8 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5708,4 +5708,8 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 647bb9004..f774a424c 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5708,4 +5708,8 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-inline-message-text { + font-weight: 500; + } } diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 01197a1d3..7a096651f 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -5142,7 +5142,7 @@ } .p-message .p-message-text { font-size: 1rem; - font-weight: 400; + font-weight: 500; } .p-message .p-message-icon { font-size: 1.5rem; @@ -5708,4 +5708,8 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-inline-message-text { + font-weight: 500; + } }