Skip to content

Font size setting not applied to UI or terminal #14823

@PrakharMNNIT

Description

@PrakharMNNIT

Bug Description

The appearance.fontSize setting exists in the settings data model (default: 14) but is never applied to the DOM or terminal. The terminal hardcodes fontSize: 14. There is no UI control to change font size in Settings.

Steps to Reproduce

  1. Open Settings → General → Appearance
  2. Notice there is no font size control
  3. The terminal always uses 14px regardless of any setting

Expected Behavior

  • Font size should be configurable via a UI control in Settings
  • Changing font size should update the chat feed text and terminal
  • The setting should persist across sessions

Actual Behavior

  • No font size control exists in the Settings UI
  • settings.appearance.fontSize is defined but has no createEffect to apply it to CSS variables
  • Terminal hardcodes fontSize: 14 instead of reading from settings

Environment

  • Platform: macOS (desktop app via Tauri), also affects web UI
  • Observed on latest dev branch

Metadata

Metadata

Assignees

Labels

webRelates to opencode on web / desktop

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions