git.lucas.co / cce-files
file manager
git clone https://git.lucas.co/cce-files.git

commit004395ba4c00408eac2b53dd0c3aa044896323df
parent97968f3d51
authorLucas Galante <[email protected]>
date2026-07-03 17:34
feat: use list_font_color for file entry labels

 src/pages/browse.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/browse.rs b/src/pages/browse.rs
index d98121b..64f31c4 100644
--- a/src/pages/browse.rs
+++ b/src/pages/browse.rs
@@ -158,7 +158,7 @@ pub fn view(state: &mut BrowseState, cx: f32, cy: f32, cw: f32, ch: f32, select_
     let mut pc = PageContent::new();
     let text_dim = cce_ui::color::TEXT_DIM;
     let heading_fg = cce_ui::color::TEXT_HEADER;
-    let text_fg = cce_ui::color::TEXT_FG;
+    let text_fg = cce_ui::color::list_font_color();
     let accent_fg = cce_ui::color::TEXT_ACCENT;
 
     let selected_bg = cce_ui::color::list_entry_highlight_color();