Skip to content

Commit

Permalink
feat: new components added
Browse files Browse the repository at this point in the history
  • Loading branch information
Izet Molla authored and Izet Molla committed Aug 6, 2023
1 parent 6d8a50b commit e603cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/usePropsResolution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function usePropsResolution(

const errorStyles: any = incomingProps?.error ? {
message: incomingProps?.error,
container: { ...incomingProps?.container, borderWidth: 2, borderColor: 'red' },
containerStyles: { ...incomingProps?.container, borderWidth: 2, borderColor: 'red' },
inputStyles: { ...incomingProps?.inputStyles, color: 'red' },
labelStyles: { ...incomingProps?.labelStyles, color: 'red' },
} : {}
Expand Down

0 comments on commit e603cfc

Please sign in to comment.