meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
2 additions and
2 deletions
-
src/components/SideBar/index.js
-
src/components/TopBar.js
|
|
@ -124,7 +124,7 @@ class SideBar extends PureComponent<Props> { |
|
|
|
</GrowScroll> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
<Box borderColor="grey" borderWidth={1} borderTop horizontal py={1}> |
|
|
|
<Box borderColor="argile" borderWidth={1} borderTop horizontal py={2}> |
|
|
|
<Box align="center" justify="center"> |
|
|
|
<Connected state={currentDevice !== null} /> |
|
|
|
</Box> |
|
|
|
|
|
@ -14,7 +14,7 @@ import { hasPassword } from 'reducers/settings' |
|
|
|
import Box from 'components/base/Box' |
|
|
|
|
|
|
|
const Container = styled(Box).attrs({ |
|
|
|
borderColor: 'grey', |
|
|
|
borderColor: 'argile', |
|
|
|
borderWidth: 1, |
|
|
|
borderBottom: true, |
|
|
|
noShrink: true, |
|
|
|