Skip to content

Commit 1b27ff8

Browse files
authored
fix(theme) Fix the resize corner handles in the dark theme. (#6673)
- Changed the `canvasControlsSizeBoxShadowColor20` and `canvasControlsSizeBoxShadowColor50` theme properties.
1 parent 7db4069 commit 1b27ff8

File tree

1 file changed

+2
-2
lines changed
  • editor/src/uuiui/styles/theme

1 file changed

+2
-2
lines changed

editor/src/uuiui/styles/theme/dark.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ const colorsWithOpacity = {
138138
whiteOpacity35: createUtopiColor('oklch(100% 0 0 /35%)'),
139139
grey65: createUtopiColor('oklch(65% 0 0)'),
140140
blackOpacity35: createUtopiColor('oklch(0% 0 0 / 35%)'),
141-
canvasControlsSizeBoxShadowColor20: createUtopiColor('rgba(255,255,255,0.20)'),
142-
canvasControlsSizeBoxShadowColor50: createUtopiColor('rgba(255,255,255,0.5)'),
141+
canvasControlsSizeBoxShadowColor20: createUtopiColor('rgba(0,0,0,0.20)'),
142+
canvasControlsSizeBoxShadowColor50: createUtopiColor('rgba(0,0,0,0.5)'),
143143
neutralInvertedBackground10: createUtopiColor('rgba(217, 220, 227, 0.1)'),
144144
neutralInvertedBackground20: createUtopiColor('rgba(217, 220, 227, 0.2)'),
145145
neutralInvertedBackground30: createUtopiColor('rgba(217, 220, 227, 0.3)'),

0 commit comments

Comments
 (0)