Skip to content

Commit 0897c80

Browse files
authored
fix: changed the color tokens to follow guidelines (#19990)
1 parent a82de88 commit 0897c80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/styles/scss/components/overflow-menu/_overflow-menu.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050

5151
&:hover {
52-
background-color: $layer-hover;
52+
background-color: $background-hover;
5353
}
5454
}
5555

@@ -136,15 +136,15 @@
136136
}
137137

138138
.#{$prefix}--overflow-menu-options--light {
139-
background-color: $layer;
139+
background-color: $layer-hover;
140140

141141
&::after {
142142
background-color: $layer;
143143
}
144144
}
145145

146146
.#{$prefix}--overflow-menu.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open:hover {
147-
background-color: $layer;
147+
background-color: $layer-hover;
148148
}
149149

150150
.#{$prefix}--overflow-menu-options[data-floating-menu-direction='bottom']:not(

0 commit comments

Comments
 (0)