revert: style change

This commit is contained in:
stickyburn 2026-03-02 17:13:53 -05:00 committed by sxyazi
parent 5eb72f09a5
commit b1c41912b4
No known key found for this signature in database

View file

@ -6,6 +6,7 @@ use crate::{Style, cached_field};
pub struct Icon { pub struct Icon {
inner: &'static yazi_config::Icon, inner: &'static yazi_config::Icon,
v_text: Option<Value>, v_text: Option<Value>,
v_style: Option<Value>, v_style: Option<Value>,
} }