Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use pathfinder_color::ColorU;
|
||||
use warp_core::ui::appearance::Appearance;
|
||||
use warpui::{
|
||||
use galaxy_core::ui::appearance::Appearance;
|
||||
use galaxyui::{
|
||||
elements::{
|
||||
Border, ConstrainedBox, Container, CrossAxisAlignment, Flex, MainAxisAlignment,
|
||||
MainAxisSize, ParentElement, Text,
|
||||
@@ -100,7 +100,7 @@ pub fn render_error_footer(error_message: &str, appearance: &Appearance) -> Box<
|
||||
let header_color = theme.ui_error_color();
|
||||
let body_color = blended_colors::text_main(theme, theme.background());
|
||||
let background: ColorU = {
|
||||
let red: warp_core::ui::theme::Fill = theme.ui_error_color().into();
|
||||
let red: galaxy_core::ui::theme::Fill = theme.ui_error_color().into();
|
||||
red.with_opacity(50).into()
|
||||
};
|
||||
let border_color = theme.ui_error_color();
|
||||
|
||||
Reference in New Issue
Block a user