ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
13 stars 9 forks source link

785 colour contrast readonly and placeholder text #850

Closed dhinrichs-scottlogic closed 4 months ago

dhinrichs-scottlogic commented 4 months ago

Description

Ensure all color contrast passes, including disabled buttons, readOnly fields (e.g. config inputs) and placeholder text (e.g. chat input). Closes #785

Screenshots

Image Image Image

Additional context

Colour contrast issues for placeholder text are easily missed by automated tools, but colour contrast ratios should still pass for placeholder text and inactive input text.

Notes

Checklist

Have you done the following?