-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Labels
webRelates to opencode on web / desktopRelates to opencode on web / desktop
Description
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
- Open Settings → General → Appearance
- Notice there is no font size control
- 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.fontSizeis defined but has nocreateEffectto apply it to CSS variables- Terminal hardcodes
fontSize: 14instead of reading from settings
Environment
- Platform: macOS (desktop app via Tauri), also affects web UI
- Observed on latest dev branch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
webRelates to opencode on web / desktopRelates to opencode on web / desktop