Skip to content

Commit

Permalink
Set row of colors palette component
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Jul 12, 2024
1 parent 9fb3b09 commit bbda378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/drawing/DrawingBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DrawingBoard: React.FC = () => {
// const [ historyRedoCount, setHistoryRedoCount ] = useState<number>(999);

const paletteColors = [ 'black', 'gray', 'green', 'yellow', 'orange', 'red', 'blue', 'purple' ];
const paletteColorMenuType = 'Menu'; // Row, Menu, Menu2
const paletteColorMenuType = 'Row'; // Row, Menu, Menu2
const [ paletteColor, setPaletteColor ] = useState<string>('black');

const boardWidth = 800;
Expand Down

0 comments on commit bbda378

Please sign in to comment.