fix alignment

This commit is contained in:
fmtabbara
2022-02-15 14:19:37 +00:00
parent a2e678587c
commit 28d5ac92b3
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ export const VestingCard = () => {
</Typography>
</Grid>
<Grid item>
<Box display="flex" alignItems="center" justifyContent="center">
<Typography variant="subtitle2" sx={{ color: 'grey.500' }}>
<Box display="flex" alignItems="center" justifyContent="center" sx={{ mb: 1 }}>
<Typography variant="subtitle2" sx={{ color: 'grey.500', mr: 0.5 }}>
Transferable tokens
</Typography>
<InfoTooltip title="Unlocked tokens that are available to transfer to your balance" light />
+2
View File
@@ -58,3 +58,5 @@ export type TCurrency = {
minor: 'UNYM' | 'UNYMT'
major: 'NYM' | 'NYMT'
}
export type Period = 'Before' | { In: number } | 'After'
-1
View File
@@ -18,4 +18,3 @@ export * from './mixnodestatusresponse'
export * from './inclusionprobabilityresponse'
export * from './network'
export * from './originalvestingresponse'
export * from './period'