fix: small component fixes

This commit is contained in:
Taranto 2020-08-10 11:51:21 +01:00 committed by Josh Harvey
parent 0b28e7f98a
commit b153a23f25
7 changed files with 23 additions and 9 deletions

View file

@ -17,7 +17,7 @@ import {
TableBody,
TableCell
} from 'src/components/table'
import { Info3 } from 'src/components/typography'
import { Label1, Info3 } from 'src/components/typography'
import { ReactComponent as WhiteShareIcon } from 'src/styling/icons/circle buttons/share/white.svg'
import { ReactComponent as ShareIcon } from 'src/styling/icons/circle buttons/share/zodiac.svg'
@ -118,7 +118,7 @@ const Logs = () => {
Icon={ShareIcon}
InverseIcon={WhiteShareIcon}
onClick={sendSnapshot}>
Share with Lamassu
<Label1>Share with Lamassu</Label1>
</SimpleButton>
<Info3>{saveMessage}</Info3>
</div>