diff --git a/gui/kivy/theming/light/calculator.png b/gui/kivy/theming/light/calculator.png new file mode 100644 index 00000000..a74584e8 Binary files /dev/null and b/gui/kivy/theming/light/calculator.png differ diff --git a/gui/kivy/uix/ui_screens/receive.kv b/gui/kivy/uix/ui_screens/receive.kv index a48356b8..1f42f0ba 100644 --- a/gui/kivy/uix/ui_screens/receive.kv +++ b/gui/kivy/uix/ui_screens/receive.kv @@ -62,7 +62,7 @@ ReceiveScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/contact' + source: 'atlas://gui/kivy/theming/light/globe' size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5} @@ -79,7 +79,8 @@ ReceiveScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/globe' + source: 'atlas://gui/kivy/theming/light/calculator' + opacity: 0.7 size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5} diff --git a/gui/kivy/uix/ui_screens/send.kv b/gui/kivy/uix/ui_screens/send.kv index 5ab664b6..4d86fabf 100644 --- a/gui/kivy/uix/ui_screens/send.kv +++ b/gui/kivy/uix/ui_screens/send.kv @@ -25,7 +25,7 @@ SendScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/contact' + source: 'atlas://gui/kivy/theming/light/globe' size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5} @@ -42,7 +42,8 @@ SendScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/globe' + source: 'atlas://gui/kivy/theming/light/calculator' + opacity: 0.7 size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5}