Skip to content

Commit

Permalink
fix(ui5-dialog): set the correct block layer color
Browse files Browse the repository at this point in the history
Fixes: #9658
  • Loading branch information
kskondov committed Aug 8, 2024
1 parent 3484699 commit cdf1cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:root {
--_ui5_popup_block_layer_background: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 60%);
--_ui5_popup_block_layer_background: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 20%);
}

0 comments on commit cdf1cd2

Please sign in to comment.