Add per-document control over who can see viewer insights (#5594)
This commit is contained in:
@@ -14,7 +14,7 @@ type Props = {
|
||||
*/
|
||||
const Text = styled.p<Props>`
|
||||
margin-top: 0;
|
||||
text-align: ${(props) => (props.dir ? props.dir : "auto")};
|
||||
text-align: ${(props) => (props.dir ? props.dir : "initial")};
|
||||
color: ${(props) =>
|
||||
props.type === "secondary"
|
||||
? props.theme.textSecondary
|
||||
|
||||
Reference in New Issue
Block a user