fix alignment
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -58,3 +58,5 @@ export type TCurrency = {
|
||||
minor: 'UNYM' | 'UNYMT'
|
||||
major: 'NYM' | 'NYMT'
|
||||
}
|
||||
|
||||
export type Period = 'Before' | { In: number } | 'After'
|
||||
|
||||
@@ -18,4 +18,3 @@ export * from './mixnodestatusresponse'
|
||||
export * from './inclusionprobabilityresponse'
|
||||
export * from './network'
|
||||
export * from './originalvestingresponse'
|
||||
export * from './period'
|
||||
Reference in New Issue
Block a user