Skip to content

Commit a93e50c

Browse files
authored
made the button in toast stand out more (#9016)
Signed-off-by: Obscure. <[email protected]>
1 parent 54bdabb commit a93e50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/common/styles/zen-popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ menuseparator {
400400
min-width: unset !important;
401401
margin: 0px !important;
402402
border-radius: calc(var(--zen-native-inner-radius) + 2px) !important;
403-
background: light-dark(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important;
403+
background: light-dark(rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.7)) !important;
404404
border: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)) !important;
405405

406406
:root[zen-right-side='true'] & {

0 commit comments

Comments
 (0)