Skip to content

Commit

Permalink
Merge pull request #21 from doshaq/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-ghisoi-cko authored Mar 8, 2023
2 parents 5b20ec8 + 2f15ebb commit f090cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
StyleProp,
TouchableOpacityProps,
TextProps,
TextStyle
} from "react-native";

export interface Schemes {
Expand Down Expand Up @@ -195,5 +196,5 @@ export interface CardBinChangedEvent {

export interface SubmitButtonProps extends TouchableOpacityProps {
title: string;
textStyle?: TextProps;
textStyle?: TextStyle;
}

0 comments on commit f090cf0

Please sign in to comment.