Skip to content

Commit 45d4921

Browse files
authored
fix: issue with copy paste wrong contrast (#1151)
1 parent ba99d69 commit 45d4921

File tree

1 file changed

+2
-2
lines changed
  • src/components/Customization/Settings/ColorSelection/ColorPicker

1 file changed

+2
-2
lines changed

src/components/Customization/Settings/ColorSelection/ColorPicker/color-picker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const ColorPicker = ({
236236
name: "On Pressed",
237237
min: 4.5,
238238
value: getContrast(
239-
color.originLightHovered,
239+
color.originLightPressed,
240240
color.onOriginLightDefault,
241241
),
242242
},
@@ -359,7 +359,7 @@ const ColorPicker = ({
359359
name: "On Pressed",
360360
min: 4.5,
361361
value: getContrast(
362-
color.originDarkHovered,
362+
color.originDarkPressed,
363363
color.onOriginDarkDefault,
364364
),
365365
},

0 commit comments

Comments
 (0)