# HG changeset patch # User Goffi # Date 1523729419 -7200 # Node ID 3a05dfa27f5e91b564a6f77dc550a8aec57b2f77 # Parent a12fda5d9aa9a5c1db3ab9de4987963aa186e22f core (notifs): use white for notifications text diff -r a12fda5d9aa9 -r 3a05dfa27f5e cagou/kv/root_widget.kv --- a/cagou/kv/root_widget.kv Sat Apr 14 20:06:37 2018 +0200 +++ b/cagou/kv/root_widget.kv Sat Apr 14 20:10:19 2018 +0200 @@ -26,13 +26,12 @@ : canvas.before: - Color: - rgba: 1, 1, 1, 1 BorderImage: pos: self.pos size: self.size source: 'atlas://data/images/defaulttheme/button' size_hint: 1, None + color: 1, 1, 1, 1 text_size: self.width, None halign: 'center' height: self.texture_size[1]