feat(base/ui): Native buttons UI fixes (#13788)

* feat(base/ui): native buttons UI fixes and improvements
This commit is contained in:
Calinteodor
2023-09-05 16:36:09 +03:00
committed by GitHub
parent 5a3947bb23
commit a95eaa6c2e
9 changed files with 60 additions and 82 deletions

View File

@@ -74,7 +74,7 @@ const HeaderNavigationButton = ({ color, disabled, label, onPress, src, style, t
size = { 24 }
src = { src }
style = { [
navigationStyles.headerNavigationButton,
navigationStyles.headerNavigationButtonIcon,
style
] } />
) : (
@@ -87,8 +87,7 @@ const HeaderNavigationButton = ({ color, disabled, label, onPress, src, style, t
btnStyle,
style
] }
type = { BUTTON_TYPES.TERTIARY }
useRippleColor = { false } />
type = { BUTTON_TYPES.TERTIARY } />
)}
</>
);