fix: small component fixes
This commit is contained in:
parent
0b28e7f98a
commit
b153a23f25
7 changed files with 23 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue