Merge pull request #6552 from vitormateusalmeida/issue-5691

Changed default color in the whiteboard toolbar #5691
This commit is contained in:
Anton Georgiev 2019-01-15 10:57:25 -05:00 committed by GitHub
commit a9459041c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,11 +85,11 @@ class WhiteboardToolbar extends Component {
// variables to keep current selected draw settings
annotationSelected,
thicknessSelected: { value: 4 },
colorSelected: { value: '#000000' },
colorSelected: { value: '#ff0000' },
fontSizeSelected: { value: 20 },
// keeping the previous color and the thickness icon's radius selected for svg animation
prevColorSelected: { value: '#000000' },
prevColorSelected: { value: '#ff0000' },
prevThicknessSelected: { value: 4 },
// lists of tools/thickness/colors are not direct children of main toolbar buttons