refactor: create styling structure and restyle components to reflect brand design #85

Merged
Member

closes #81

closes #81
lima added 6 commits 2025-06-05 16:03:49 +00:00
chore(button): update button font to use label font

chore(label): update label font to use label font

chore(login-form): update input placeholder text

chore(labeled-input): update input font to use label font

feat(global-styles): add custom font families for heading and label

chore(popover): update popover background color to match background
This commit includes the following changes:

- Remove the `--card` CSS variable as it is no longer used.
- Update the `--color-disabled-secondary` variable to use the correct value.
- Change the `--color-accent` variable to use a more neutral color.
- Refactor the `buttonVariants` function to accept only the `variant` and `size` props, and apply the `className` prop separately.
- Update the `select` component styles to use the correct text color for focused items.
- Add error handling for the `Logo` component to display a warning if the logo asset is not found.

These changes improve the overall styling and consistency of the application.
fix: update separator color and improve conditional rendering for provider map
Some checks failed
container-scan / Container Scan (pull_request) Failing after 56s
docker-build / docker (pull_request) Failing after 6m37s
406c379be2
requested review from dominik 2025-06-05 16:03:57 +00:00
lima force-pushed refactor/81-create_styling_structure_and_restyle_components_to_reflect_brand_design from 406c379be2 to de4cabdaed 2025-06-05 16:05:43 +00:00 Compare
dominik reviewed 2025-06-05 16:08:21 +00:00
@ -8,3 +8,3 @@
data-slot='card'
className={cn(
'bg-card flex flex-col gap-6 py-6 shadow-[4px_4px_9px_9px_rgba(0,0,0,0.25)] rounded-[11px]',
' ',
Owner

warum sind hier 4 leerzeichen in einem string?

warum sind hier 4 leerzeichen in einem string?
lima marked this conversation as resolved
lima force-pushed refactor/81-create_styling_structure_and_restyle_components_to_reflect_brand_design from de4cabdaed to f0eb05c50d 2025-06-05 16:17:51 +00:00 Compare
dominik approved these changes 2025-06-05 16:18:26 +00:00
lima changed title from refactor/81-create_styling_structure_and_restyle_components_to_reflect_brand_design to refactor: create styling structure and restyle components to reflect brand design 2025-06-05 16:19:20 +00:00
lima added 1 commit 2025-06-05 17:50:25 +00:00
feat: update button variants to 'outline_muted' for improved visual consistency
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m2s
docker-build / docker (pull_request) Successful in 7m39s
a17cf65452
dominik merged commit 6cf0b59a9e into main 2025-06-05 18:03:49 +00:00
dominik deleted branch refactor/81-create_styling_structure_and_restyle_components_to_reflect_brand_design 2025-06-05 18:03:51 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DHBW-WE/MeetUp#85
No description provided.