Describe the bug
DarkMatter Theme has wrong Danger Color for Dark Mode, needs to update the destructive color for dark.
Ignore If this is intended
To Reproduce
- go to the dashboard
- select DarkMatter theme
- open menu to delete any table row in dark mode
Expected behavior
It should show red shade in dark mode
Screenshots
Light:

Dark:

Additional context
update to this
.dark {
- --destructive: oklch(0.5940 0.0443 196.0233);
+ --destructive: oklch(0.6368 0.2078 25.3313);
}