File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class ColorPaletteHeader extends React.PureComponent {
3030 const { style : { TextColor } , colorPalette } = this . props ;
3131
3232 return (
33- < Tooltip content = "option.annotationColor.text " >
33+ < Tooltip content = "option.annotationColor.TextColor " >
3434 < div
3535 className = { colorPalette === 'TextColor' ? 'text selected' : 'text' }
3636 style = { { color : TextColor . toHexString ( ) } }
@@ -63,7 +63,7 @@ class ColorPaletteHeader extends React.PureComponent {
6363 } ;
6464
6565 return (
66- < Tooltip content = "option.annotationColor.border " >
66+ < Tooltip content = "option.annotationColor.StrokeColor " >
6767 < div
6868 className = { colorPalette === 'StrokeColor' ? 'border selected' : 'border' }
6969 onClick = { ( ) => this . setColorPalette ( 'StrokeColor' ) }
@@ -84,7 +84,7 @@ class ColorPaletteHeader extends React.PureComponent {
8484 const isTransparency = FillColor . toHexString ( ) === null ;
8585
8686 return (
87- < Tooltip content = "option.annotationColor.fill " >
87+ < Tooltip content = "option.annotationColor.FillColor " >
8888 < div
8989 className = { colorPalette === 'FillColor' ? 'fill selected' : 'fill' }
9090 onClick = { ( ) => this . setColorPalette ( 'FillColor' ) }
You can’t perform that action at this time.
0 commit comments