Skip to content

Commit 0eb1574

Browse files
gpdfrobyww
authored andcommitted
Update tooltip for the color picker.
1 parent c0a4cae commit 0eb1574

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/firefly/js/ui/ColorPicker.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const DEF_PRESET_COLORS= ['#D0021B', '#F5A623', '#F8E71C', '#8B572A', '#7ED321',
1717
'#9013FE', '#4A90E2', '#50E3C2', '#B8E986', '#000000', '#4A4A4A', '#9B9B9B', '#FFFFFF'];
1818

1919
const dialogTip=
20-
`Choose color:
21-
- color from the swatches at the bottom
22-
- or choose a color graphically
23-
- or specify your own by choosing a red, green, and blue (0-255) and alpha percent
24-
- or enter a RGB Hex color (the RBG hex does not include alpha)`;
20+
`Choose a color:
21+
- graphically
22+
- as an RGB hex color code (does not support alpha)
23+
- by entering RGB values (0-255) and an alpha in percent (0-100)
24+
- from the swatches at the bottom`;
2525

2626

2727
export function showColorPickerDialog(color, callbackOnOKOnly, callbackOnBoth, cb, Id = '',

0 commit comments

Comments
 (0)