diff --git a/src/bedsidemon/style.hpp b/src/bedsidemon/style.hpp index 03ba2ca..3ef0860 100644 --- a/src/bedsidemon/style.hpp +++ b/src/bedsidemon/style.hpp @@ -25,7 +25,7 @@ along with this program. If not, see . namespace bedsidemon::style { -constexpr auto color_border = 0xff808080; +constexpr auto color_border = 0xff404040; constexpr auto color_info_text = 0xff808080; constexpr auto font_size_label = ruis::length::make_pp(16);