Skip to content

Commit def0409

Browse files
feat(ui): tweak prompt history styling
1 parent 28be8f0 commit def0409

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

invokeai/frontend/web/src/features/parameters/components/Core/PositivePromptHistory.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
Flex,
55
IconButton,
66
Input,
7+
Kbd,
78
Popover,
89
PopoverBody,
910
PopoverContent,
@@ -118,11 +119,8 @@ const PromptHistoryContent = memo(() => {
118119
)}
119120
</Flex>
120121
<Flex alignItems="center" justifyContent="center" pt={1}>
121-
<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.
122+
<Text color="base.300" textAlign="center">
123+
<Kbd textTransform="lowercase">alt+up/down</Kbd> to switch between prompts.
126124
</Text>
127125
</Flex>
128126
</Flex>

0 commit comments

Comments
 (0)