We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c3787 commit 965bf02Copy full SHA for 965bf02
invokeai/frontend/web/src/features/controlLayers/components/Toolbar/CanvasToolbar.tsx
@@ -31,7 +31,9 @@ export const CanvasToolbar = memo(() => {
31
32
return (
33
<Flex w="full" gap={2} alignItems="center" px={2}>
34
- <Heading size="sm" me={2}>Canvas</Heading>
+ <Heading size="sm" me={2}>
35
+ Canvas
36
+ </Heading>
37
<Divider orientation="vertical" />
38
<ToolColorPicker />
39
<ToolSettings />
0 commit comments