diff options
| author | lukeflo | 2024-10-05 14:43:12 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-05 14:43:12 +0200 |
| commit | 6717d6a9087180754eda66f89b348ce62b313e1e (patch) | |
| tree | af57905c9ba6e7ba39f7763b19961d968ad12b28 /src | |
| parent | 57f85617c500865a4da6b557b2e4ba823e4b0c51 (diff) | |
| download | bibiman-6717d6a9087180754eda66f89b348ce62b313e1e.tar.gz bibiman-6717d6a9087180754eda66f89b348ce62b313e1e.zip | |
layout overhaul, README
Diffstat (limited to 'src')
| -rw-r--r-- | src/frontend/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/ui.rs b/src/frontend/ui.rs index 42d2feb..8b41974 100644 --- a/src/frontend/ui.rs +++ b/src/frontend/ui.rs @@ -18,7 +18,7 @@ use ratatui::{ buffer::Buffer, layout::{Constraint, Layout, Rect}, - style::{palette::tailwind::SLATE, Color, Modifier, Style, Stylize}, + style::{Color, Modifier, Style, Stylize}, symbols, text::{Line, Span, Text}, widgets::{ |
