Skip to content

Commit 148a89a

Browse files
authored
Update main.kv
1 parent ce8caf0 commit 148a89a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

design2/main.kv

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ FloatLayout:
4545
font_style : 'H6'
4646
pos_hint : {'x' : 0.06, 'center_y' : 0.855}
4747
size_hint: (0.55, None)
48-
MDFloatingActionButton:
48+
MDIconButton:
4949
icon : 'menu'
50-
md_bg_color : rgba('#FF817DC0')
5150
size_hint: (None, None)
52-
elevation : dp(1)
5351
pos : root.width - 1.5*self.width, root.height - 2.2*self.height
5452
MDTextFieldRound:
5553
hint_text : 'search'

0 commit comments

Comments
 (0)