summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/gui/components/panel.rs
diff options
context:
space:
mode:
authorjoeac <me@joeac.net>2026-02-28 08:50:46 +0000
committerjoeac <me@joeac.net>2026-02-28 08:50:46 +0000
commit342dadaf91093c1ce9c3ad248a2952ed3cde4de6 (patch)
tree0546aa27e558c498cbc730a6f1854f11e9fa844b /schist_desktop_gui/src/gui/components/panel.rs
parent65596363d43995bf2002d4aa8405d84484f2542b (diff)
parentf3659bd8e9d5e20528aaa1e0e7c1b206fb0eb31c (diff)
Merge pull request 'task-085: view transactions in desktop GUI' (#5) from task-085 into main
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/5
Diffstat (limited to 'schist_desktop_gui/src/gui/components/panel.rs')
-rw-r--r--schist_desktop_gui/src/gui/components/panel.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schist_desktop_gui/src/gui/components/panel.rs b/schist_desktop_gui/src/gui/components/panel.rs
index 364659b..85bfb97 100644
--- a/schist_desktop_gui/src/gui/components/panel.rs
+++ b/schist_desktop_gui/src/gui/components/panel.rs
@@ -39,7 +39,7 @@ where
cols.push(
Text::default(err)
.highlight_maybe(value.is_focused)
- .small()
+ .v_small()
.danger()
.into(),
);
@@ -48,7 +48,7 @@ where
cols.push(
Text::default(small)
.highlight_maybe(value.is_focused)
- .small()
+ .v_small()
.weak()
.into(),
);