[PR #10412] [MERGED] Fix edit button color in light theme #28034

Open
opened 2026-01-31 09:25:54 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10412
Author: @carlos-zamora
Created: 6/11/2021
Status: Merged
Merged: 6/14/2021
Merged by: @undefined

Base: mainHead: dev/cazamor/bugfix/edit-button-theming


📝 Commits (1)

  • 1558121 Fix edit button color in light theme

📊 Changes

1 file changed (+0 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/Actions.xaml (+0 -4)

📄 Description

Summary of the Pull Request

Fixes a bug where the edit button in the actions page would have white text when in light theme. Now, we just fallback to XAML's built-in value (black in light theme and white in dark theme).

References

#6900 - Epic
Closes #10406


🔄 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/microsoft/terminal/pull/10412 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 6/11/2021 **Status:** ✅ Merged **Merged:** 6/14/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/bugfix/edit-button-theming` --- ### 📝 Commits (1) - [`1558121`](https://github.com/microsoft/terminal/commit/15581219a89b8a08bd07f42c266e4604654b9350) Fix edit button color in light theme ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/Actions.xaml` (+0 -4) </details> ### 📄 Description ## Summary of the Pull Request Fixes a bug where the edit button in the actions page would have white text when in light theme. Now, we just fallback to XAML's built-in value (black in light theme and white in dark theme). ## References #6900 - Epic Closes #10406 --- <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-31 09:25:54 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28034