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 28be8f0 commit def0409Copy full SHA for def0409
invokeai/frontend/web/src/features/parameters/components/Core/PositivePromptHistory.tsx
@@ -4,6 +4,7 @@ import {
4
Flex,
5
IconButton,
6
Input,
7
+ Kbd,
8
Popover,
9
PopoverBody,
10
PopoverContent,
@@ -118,11 +119,8 @@ const PromptHistoryContent = memo(() => {
118
119
)}
120
</Flex>
121
<Flex alignItems="center" justifyContent="center" pt={1}>
- <Text fontSize="xs" color="base.400" textAlign="center">
122
- <Text as="span" fontWeight="semibold">
123
- Alt + Up/Down
124
- </Text>{' '}
125
- to switch between prompts.
+ <Text color="base.300" textAlign="center">
+ <Kbd textTransform="lowercase">alt+up/down</Kbd> to switch between prompts.
126
</Text>
127
128
0 commit comments