Darken the desktop base palette.
This commit is contained in:
@@ -5,6 +5,7 @@ use iced::{Background, Color, Element, Length, Theme};
|
||||
use bds_core::i18n::UiLocale;
|
||||
|
||||
use crate::app::Message;
|
||||
use crate::components::inputs;
|
||||
use crate::i18n::t;
|
||||
|
||||
pub fn view(locale: UiLocale) -> Element<'static, Message> {
|
||||
@@ -30,7 +31,7 @@ pub fn view(locale: UiLocale) -> Element<'static, Message> {
|
||||
.center_x(Length::Fill)
|
||||
.center_y(Length::Fill)
|
||||
.style(|_theme: &Theme| container::Style {
|
||||
background: Some(Background::Color(Color::from_rgb(0.11, 0.11, 0.14))),
|
||||
background: Some(Background::Color(inputs::APP_BG)),
|
||||
..container::Style::default()
|
||||
})
|
||||
.into()
|
||||
|
||||
Reference in New Issue
Block a user