Skip to content

Commit

Permalink
refactor(mosip#590): [Adityan] change border width from 3 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityan Kannan authored and Adityan Kannan committed Mar 3, 2023
1 parent cac5321 commit e72867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/themes/DefaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const DefaultTheme = {
selectedBindedVc: {
borderRadius: 10,
margin: 5,
borderWidth: 3,
borderWidth: 2,
borderColor: Colors.Green,
},
labelPartContainer: {
Expand Down

0 comments on commit e72867d

Please sign in to comment.