Skip to content

[6.x] Fix copy to clipboard input in light mode#14186

Merged
jasonvarga merged 1 commit into6.xfrom
copy-to-clipboard-modal
Mar 10, 2026
Merged

[6.x] Fix copy to clipboard input in light mode#14186
jasonvarga merged 1 commit into6.xfrom
copy-to-clipboard-modal

Conversation

@duncanmcclean
Copy link
Member

This pull request fixes an issue where the input in the copy to clipboard modal was always dark, regardless of the actual colour mode.

This was happening because the <ui-input> component had a hardcoded dark class. This PR fixes it by removing that class.

Before

CleanShot 2026-03-10 at 10 13 07

After

CleanShot 2026-03-10 at 10 12 51

Fixes #14184

@jasonvarga jasonvarga merged commit a0cc54e into 6.x Mar 10, 2026
18 checks passed
@jasonvarga jasonvarga deleted the copy-to-clipboard-modal branch March 10, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Copy-to-clipboard modal input is always dark

2 participants