Skip to content

Commit b575b81

Browse files
anabyebruno-severino
authored andcommitted
fix(toaster): corrige z-index e cor ícone warning no tema dark
Foi corrigido o z-index do po-toaster para não ficar sobreposto a outros componentes e a cor do ícone do tipo `warning` para cor escura no tema dark fixes DTHFUI-9230
1 parent eb2fa09 commit b575b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/ui/src/lib/services/po-theme/helpers/po-theme-dark-defaults.constant.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ const poThemeDefaultDarkValues = {
111111
},
112112
/** TOASTER */
113113
'po-toaster': {
114-
'--color-icon': 'var(--color-neutral-dark-80)'
114+
'--color-icon': 'var(--color-neutral-dark-80)',
115+
'--color-icon-warning': 'var(--color-neutral-light-00)'
115116
},
116117
/** BADGE */
117118
'po-badge': {

0 commit comments

Comments
 (0)