Skip to content

Commit

Permalink
fix(components): adds minor fixes in spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Firsov committed Jul 24, 2019
1 parent fec54a9 commit dfba4fb
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/Form/FormField.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const [FormLabel, themeLabel] = createThemeTag(`${name}Label`, ({ COLORS, SIZES
lineHeight: SIZES.OVERLINE_1_LH,
color: COLORS.SECONDARY_TEXT_COLOR,
marginLeft: props.direction === 'row' ? '8px' : 0,
marginBottom: '4px',
}),
}));

Expand Down
2 changes: 1 addition & 1 deletion src/components/Radio/Radio.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const [RadioTextTag, themeText] = createThemeTag(`${name}Text`, ({ COLORS }: *):
color: COLORS.SECONDARY_TEXT_COLOR,
fontSize: COLORS.BODY_TEXT,
cursor: 'pointer',
paddingLeft: '12px',
paddingLeft: '8px',
},
}));

Expand Down

0 comments on commit dfba4fb

Please sign in to comment.