File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export default function ButtonView<T>(props: ButtonProps) {
105105 borderWidth = 0 ;
106106 }
107107 const buttonStyle = {
108- backgroundColor,
108+ backgroundColor : backgroundColor || '#fff5' ,
109109 borderColor,
110110 borderWidth,
111111 borderRadius,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default function MenuDropdown(props: MenuDropdownProps) {
6161 } ;
6262 return (
6363 < View style = { [ styles . menuBox , { height : listHeight + 50 } ] } >
64- < Button { ...btnProps } color = { btnProps . color || '#035bb6' } onPress = { handleonPress } size = { size } >
64+ < Button { ...btnProps } color = { btnProps . color } onPress = { handleonPress } size = { size } >
6565 < Text > { title } </ Text >
6666 < Icon name = { btnIcon } size = { 17 } />
6767 </ Button >
You can’t perform that action at this time.
0 commit comments