Skip to content

Commit baedaaf

Browse files
committed
chore(ui): darken the background color of img's mask
1 parent 1dfda85 commit baedaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/styles/_root.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
--#{$rd-prefix}background-color-input: rgb(255 255 255);
4848
--#{$rd-prefix}background-color-disabled: rgb(247 247 247);
4949
--#{$rd-prefix}background-color-hover: rgb(0 0 0 / 4%);
50-
--#{$rd-prefix}background-color-light-hover: rgb(255 255 255 / 16%);
50+
--#{$rd-prefix}background-color-light-hover: rgb(255 255 255 / 38%);
5151
--#{$rd-prefix}background-color-indicator: #dfe1e6;
5252
--#{$rd-prefix}background-color-actions-mask: rgb(0 0 0 / 20%);
5353
--#{$rd-prefix}color-divider: rgb(239 239 239);

0 commit comments

Comments
 (0)