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