MeetUp/src
SomeCodecat 0d1a0f5158 feat(WIP): update color variables and button styles
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.
2025-06-05 18:01:18 +02:00
..
app feat: add neutral-450 color variable and update muted input color for better contrast 2025-06-05 17:38:47 +02:00
assets/logo feat(logo): consolidate logo imports into a single export file 2025-06-05 17:38:47 +02:00
components feat(WIP): update color variables and button styles 2025-06-05 18:01:18 +02:00
lib feat: implements next-themes 2025-05-09 17:37:11 +02:00
auth.ts fix: update prisma import paths and adjust .gitignore for generated files 2025-05-19 20:16:31 +00:00
middleware.ts feat(routing): exclude fonts from redirect 2025-06-05 17:38:47 +02:00
prisma.ts style: format files 2025-05-19 20:16:31 +00:00