You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. … Select default color Ckeditor provides to select from default colors
4. ... Select color from color picker
### ✔️ Expected result
- It should be providing hex format in both case.
### ❌ Actual result
- It is giving HSL format for default case and giving HEX for selecting it from color picker.
- Change Event Data
Font Color
Font Color from
picker
```
📃 Other details
Browser: Chrome
OS: Windows 11
The text was updated successfully, but these errors were encountered:
Reproduction Steps
fontColor: {
colorPicker: {
format: 'hex'
}
}
Font Color
```Font Color from picker
📃 Other details
The text was updated successfully, but these errors were encountered: