mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
FIX (theme): Integrate theme support for GitHub button color scheme #201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tim-sas-kramp on 1/19/2026
This pull request makes a small update to the
MainScreenComponentin the frontend, enabling the GitHub button to adapt its color scheme based on the current application theme.useThemehook is imported andresolvedThemeis used to set thedata-color-schemeproperty of the GitHub button, allowing it to match the application's theme. [1] [2]