summaryrefslogtreecommitdiff
path: root/internal/tui/styles.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-06 16:47:40 +0200
committerPaul Buetow <paul@buetow.org>2026-03-06 16:47:40 +0200
commit675f6d544e62a656581408b7dbefa2e7a4d5c92a (patch)
tree683f711e11f6e10786ce4bb6b25bbc47658714b3 /internal/tui/styles.go
parentbc7a162f20a62d4f2ac0ba4908e67689e1ee2c5c (diff)
refactor: use common panel style directly in tui (task 382)
Diffstat (limited to 'internal/tui/styles.go')
-rw-r--r--internal/tui/styles.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/tui/styles.go b/internal/tui/styles.go
index 9f7a16a..5452e57 100644
--- a/internal/tui/styles.go
+++ b/internal/tui/styles.go
@@ -26,9 +26,6 @@ var (
// TabInactiveStyle is applied to non-selected tabs.
TabInactiveStyle = common.TabInactiveStyle
- // PanelStyle is used for boxed sections.
- PanelStyle = common.PanelStyle
-
// HelpBarStyle is used for keybinding hints at the bottom.
HelpBarStyle = common.HelpBarStyle
@@ -52,7 +49,6 @@ func syncStylesFromCommon() {
HeaderStyle = common.HeaderStyle
TabActiveStyle = common.TabActiveStyle
TabInactiveStyle = common.TabInactiveStyle
- PanelStyle = common.PanelStyle
HelpBarStyle = common.HelpBarStyle
HighlightStyle = common.HighlightStyle
ErrorStyle = common.ErrorStyle