[PR #2150] [MERGED] Fix consistency of the standard dark theme with other dark themes #3100

Open
opened 2026-01-29 18:21:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2150
Author: @Cosmatevs
Created: 5/11/2025
Status: Merged
Merged: 5/12/2025
Merged by: @yordanov

Base: masterHead: fix/standard-themes-dark-variable


📝 Commits (1)

  • 3fef6f7 fix recognizing standard dark theme as dark by components

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/themes/standard-dark-base.scss (+1 -1)
📝 Radzen.Blazor/themes/standard-dark.scss (+1 -1)

📄 Description

I've noticed that the standard dark theme sometimes doesn't match the style of other dark themes. For example, the base text buttons become white on hover, not darker as in other themes.
It turned out that the standard dark theme is not recognized as dark by the css builder. Here's a fix for it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/2150 **Author:** [@Cosmatevs](https://github.com/Cosmatevs) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@yordanov](https://github.com/yordanov) **Base:** `master` ← **Head:** `fix/standard-themes-dark-variable` --- ### 📝 Commits (1) - [`3fef6f7`](https://github.com/radzenhq/radzen-blazor/commit/3fef6f7015d8adaef9aa3d33d5524d8e368208ab) fix recognizing standard dark theme as dark by components ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/themes/standard-dark-base.scss` (+1 -1) 📝 `Radzen.Blazor/themes/standard-dark.scss` (+1 -1) </details> ### 📄 Description I've noticed that the standard dark theme sometimes doesn't match the style of other dark themes. For example, the base text buttons become white on hover, not darker as in other themes. It turned out that the standard dark theme is not recognized as dark by the css builder. Here's a fix for it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:21:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3100