mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-17 06:33:53 -05:00
feat(ui): negative prompt boxes are italicized
This commit is contained in:
committed by
Kent Keirsey
parent
1533429e54
commit
8b51298ba1
@@ -45,6 +45,7 @@ export const RGLayerNegativePrompt = memo(({ layerId }: Props) => {
|
||||
variant="darkFilled"
|
||||
paddingRight={30}
|
||||
fontSize="sm"
|
||||
fontStyle="oblique 10deg"
|
||||
/>
|
||||
<PromptOverlayButtonWrapper>
|
||||
<RGLayerPromptDeleteButton layerId={layerId} polarity="negative" />
|
||||
|
||||
Reference in New Issue
Block a user