fix: Text alignment on collection empty state
This commit is contained in:
@@ -14,7 +14,7 @@ type Props = {
|
|||||||
*/
|
*/
|
||||||
const Text = styled.p<Props>`
|
const Text = styled.p<Props>`
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
text-align: ${(props) => (props.dir ? props.dir : "initial")};
|
text-align: ${(props) => (props.dir ? props.dir : "inherit")};
|
||||||
color: ${(props) =>
|
color: ${(props) =>
|
||||||
props.type === "secondary"
|
props.type === "secondary"
|
||||||
? props.theme.textSecondary
|
? props.theme.textSecondary
|
||||||
|
|||||||
Reference in New Issue
Block a user