Skip to content

Commit

Permalink
Fix padding input
Browse files Browse the repository at this point in the history
  • Loading branch information
DeVoresyah committed Oct 31, 2020
1 parent 817d6d7 commit 32a9af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Components/Styles/InputStyle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { connect } from '../../Themes/OsmiProvider'

export default connect({
container: 'border-b pb-2 border-dark-600',
container: 'border-b pb-px border-dark-600',
containerPrefix: 'row items-center',
containerFocus: 'border-primary',
label: 'text-xs opensans-semi mb-3',
Expand Down

0 comments on commit 32a9af3

Please sign in to comment.