refactor: replace qualified path with use

This commit is contained in:
electria 2026-06-26 10:00:53 -07:00
commit 333d5d890b
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -5,7 +5,7 @@ use iced::{
alignment::{Horizontal, Vertical},
color, event,
keyboard::{self, Key, key},
widget,
theme, widget,
};
mod data;
@ -261,7 +261,7 @@ fn main() -> Result<(), iced::Error> {
.subscription(State::subscription)
.theme(Theme::custom(
"custom",
iced::theme::Palette {
theme::Palette {
background: color!(0x080808),
text: Color::WHITE,
primary: color!(0xff00ff),