Skip to content

Commit

Permalink
fix(mobile): fix slide button icon (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin0andrey authored May 3, 2024
1 parent 73628d0 commit 759aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uikit/src/components/SlideButton/SlideButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const SlideButton = memo<SlideButtonProps>((props) => {
</Animated.View>
<GestureDetector gesture={panGesture}>
<Animated.View style={[buttonStyle, animatedButtonOffset]}>
<Icon name={'ic-arrow-right-outline-28'} />
<Icon name={'ic-arrow-right-outline-28'} color="buttonPrimaryForeground" />
</Animated.View>
</GestureDetector>
</View>
Expand Down

0 comments on commit 759aa5c

Please sign in to comment.