Browse Source
style(ui): remove margin & padding from Bar
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
2 changed files with
4 additions and
0 deletions
-
app/components/UI/Bar.js
-
test/unit/components/UI/__snapshots__/Bar.spec.js.snap
|
|
@ -16,6 +16,8 @@ class Bar extends React.PureComponent { |
|
|
|
borderColor="primaryText" |
|
|
|
opacity={0.6} |
|
|
|
border={1} |
|
|
|
m={0} |
|
|
|
p={0} |
|
|
|
css={{ 'border-bottom': 'none !important' }} |
|
|
|
as="hr" |
|
|
|
/> |
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
|
|
|
|
exports[`component.UI.Bar should render correctly 1`] = ` |
|
|
|
.c0 { |
|
|
|
margin: 0px; |
|
|
|
padding: 0px; |
|
|
|
width: 100%; |
|
|
|
border-bottom: none !important; |
|
|
|
border: 1px solid; |
|
|
|