FIX (theme): Integrate theme support for GitHub button color scheme #201

Closed
opened 2026-04-05 16:15:57 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @tim-sas-kramp on 1/19/2026

This pull request makes a small update to the MainScreenComponent in the frontend, enabling the GitHub button to adapt its color scheme based on the current application theme.

  • Theme integration: The useTheme hook is imported and resolvedTheme is used to set the data-color-scheme property of the GitHub button, allowing it to match the application's theme. [1] [2]
*Originally created by @tim-sas-kramp on 1/19/2026* This pull request makes a small update to the `MainScreenComponent` in the frontend, enabling the GitHub button to adapt its color scheme based on the current application theme. - **Theme integration:** The `useTheme` hook is imported and `resolvedTheme` is used to set the `data-color-scheme` property of the GitHub button, allowing it to match the application's theme. [[1]](diffhunk://#diff-239ce0e629e367072e7062d783eb79a3ca4e9b26a25c1812cf472fb6f784e623R27-R34) [[2]](diffhunk://#diff-239ce0e629e367072e7062d783eb79a3ca4e9b26a25c1812cf472fb6f784e623R243)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#201