Skip to content

Commit 114f781

Browse files
fix(themes): darken input text color in light mode
1 parent 41fc95c commit 114f781

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Added upgrade instructions to README.
13+
- Updated example settings.json to v2 profiles format.
14+
- Added missing keybindings to README (`ctrl+k`, `ctrl+p`, `f1`).
15+
16+
### Fixed
17+
18+
- Input text too light in light mode modals.
1319

1420
## [1.2.0] - 2026-03-03
1521

prosaic/themes/light.tcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ Input {
455455
border: solid $border;
456456
padding: 0 1;
457457
height: 3;
458+
color: $text;
458459
}
459460

460461
Input:focus {

0 commit comments

Comments
 (0)