button text alignment fixed
This commit is contained in:
parent
c956105365
commit
0236dcd251
|
|
@ -52,7 +52,9 @@ const buttonStyles = css<{
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: ${props =>
|
justify-content: ${props =>
|
||||||
props.iconAlignment === Directions.RIGHT
|
props.skin === undefined
|
||||||
|
? "center"
|
||||||
|
: props.iconAlignment === Directions.RIGHT
|
||||||
? "space-between"
|
? "space-between"
|
||||||
: "flex-start"};
|
: "flex-start"};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user