digitalfabrik / integreat-app

React JS and React Native App for Integreat
https://integreat.app
MIT License
45 stars 15 forks source link

Use warning color for notes #2577

Open steffenkleinle opened 7 months ago

steffenkleinle commented 7 months ago

Is your feature request related to a problem? Please describe. As a user I want to be able to identify warnings/notes as such. Using the theme color as a color for warnings/notes might not be suitable for that.

Describe the solution you'd like Introduce a new warning color (suggestion by @f1sh1918: think it should be in any whitelabel yellow). At the same time we might introduce a new error color (red?) and use it. In some places we already use some red for this, in others (like feedback sent error) we don't yet.

Both colors should go to colors.ts in build configs common.

Describe alternatives you've considered None.

Additional context None.

IsabellaTG commented 3 months ago

@steffenkleinle To get a better understanding of the issue: Where I can find the notes in web and app? Or do you have an example of the current warning categories and the used colors?

steffenkleinle commented 3 months ago

@steffenkleinle To get a better understanding of the issue: Where I can find the notes in web and app? Or do you have an example of the current warning categories and the used colors?

Atm its only used in the feedback, see the screenshot. The note is the text saying Bitte wähle eine Reaktion oder schreibe einen Kommentar, um das Feedback abschicken zu können.. The currently used color is only the theme color for the app, i.e. integreat yellow and malte red.