feat(ui): negative prompt boxes are italicized

This commit is contained in:
psychedelicious
2024-05-09 11:57:57 +10:00
committed by Kent Keirsey
parent 1533429e54
commit 8b51298ba1
3 changed files with 3 additions and 0 deletions

View File

@@ -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" />