Skip to content

Commit

Permalink
update font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Jan 24, 2024
1 parent 08ad8ad commit db628bd
Showing 1 changed file with 33 additions and 36 deletions.
69 changes: 33 additions & 36 deletions src/components/global/TcPermissionHints/TcPermissionHints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ function PermissionHints() {
<div className="pt-3">
<TcText
text="What does “Read” and “Write” access mean?"
variant="subtitle2"
variant="body2"
fontWeight={500}
/>
<ol className="list-disc pl-5">
<li>
<TcText
text="“Read” access refers to the following settings within Discord:"
variant="subtitle1"
variant="body2"
/>
<ul className="list-disc pl-5">
<li>
<TcText text="“Read Channel”" variant="subtitle1" />
<TcText text="“Read Channel”" variant="body2" />
</li>
<li>
<TcText text="“Read Message History”" variant="subtitle1" />
<TcText text="“Read Message History”" variant="body2" />
</li>
</ul>
</li>
Expand All @@ -49,34 +49,31 @@ function PermissionHints() {
<li>
<TcText
text="“Write” access refers to the following settings within Discord:"
variant="subtitle1"
variant="body2"
/>
<ul className="list-disc pl-5">
<li>
<TcText text="Send Message" variant="subtitle1" />
<TcText text="Send Message" variant="body2" />
</li>
<li>
<TcText
text="Send Messages in Threads”"
variant="subtitle1"
/>
<TcText text="Send Messages in Threads”" variant="body2" />
</li>
<li>
<TcText text="Create Public Threads" variant="subtitle1" />
<TcText text="Create Public Threads" variant="body2" />
</li>
<li>
<TcText text="Create Private Threads" variant="subtitle1" />
<TcText text="Create Private Threads" variant="body2" />
</li>
<li>
<TcText text="Embed Links" variant="subtitle1" />
<TcText text="Embed Links" variant="body2" />
</li>
<li>
<TcText text="Attach Files" variant="subtitle1" />
<TcText text="Attach Files" variant="body2" />
</li>
<li>
<TcText
text="Mention @everyone, @here, and All Roles"
variant="subtitle1"
variant="body2"
/>
</li>
</ul>
Expand All @@ -89,7 +86,7 @@ function PermissionHints() {
<div className="px-3 pt-3">
<TcText
text="Please note that your platform’s permission settings enable the above permission controls"
variant="subtitle2"
variant="body2"
/>
<ol className="list-decimal pl-4 pt-2">
<li>
Expand All @@ -100,7 +97,7 @@ function PermissionHints() {
corner of Discord
</>
}
variant="subtitle1"
variant="body2"
/>
</li>
<li>
Expand All @@ -111,7 +108,7 @@ function PermissionHints() {
the middle of the screen check <b>Advanced permissions</b>
</>
}
variant="subtitle1"
variant="body2"
/>
</li>
<li>
Expand All @@ -123,20 +120,20 @@ function PermissionHints() {
[✓]
</>
}
variant="subtitle1"
variant="body2"
/>

<ol style={{ listStyleType: 'lower-alpha' }} className="pl-4">
<li>
<TcText
text="“Read” access settings (refer to “Access Settings” above);and/or"
variant="subtitle1"
variant="body2"
/>
</li>
<li>
<TcText
text="“Write” access settings (refer to “Access Settings” above)"
variant="subtitle1"
variant="body2"
/>
</li>
</ol>
Expand All @@ -150,7 +147,7 @@ function PermissionHints() {
you
</>
}
variant="subtitle1"
variant="body2"
/>
</div>
);
Expand All @@ -159,7 +156,7 @@ function PermissionHints() {
<div className="px-3 pt-3">
<TcText
text="Please note that Category-level permissions override Server-level permissions"
variant="subtitle2"
variant="body2"
/>
<ol className="list-decimal pl-4 pt-2">
<li>
Expand All @@ -170,7 +167,7 @@ function PermissionHints() {
corner of Discord
</>
}
variant="subtitle1"
variant="body2"
/>
</li>
<li>
Expand All @@ -181,7 +178,7 @@ function PermissionHints() {
the middle of the screen check <b>Advanced permissions</b>
</>
}
variant="subtitle1"
variant="body2"
/>
</li>
<li>
Expand All @@ -193,20 +190,20 @@ function PermissionHints() {
[✓]
</>
}
variant="subtitle1"
variant="body2"
/>

<ol style={{ listStyleType: 'lower-alpha' }} className="pl-4">
<li>
<TcText
text="“Read” access settings (refer to “Access Settings” above);and/or"
variant="subtitle1"
variant="body2"
/>
</li>
<li>
<TcText
text="“Write” access settings (refer to “Access Settings” above)"
variant="subtitle1"
variant="body2"
/>
</li>
</ol>
Expand All @@ -220,7 +217,7 @@ function PermissionHints() {
you
</>
}
variant="subtitle1"
variant="body2"
/>
</div>
);
Expand All @@ -229,7 +226,7 @@ function PermissionHints() {
<div className="px-3 pt-3">
<TcText
text="Please note that Channel-level permissions override Category-level permissions, which in turn override Server-level permissions"
variant="subtitle2"
variant="body2"
/>
<ol className="list-decimal pl-4 pt-2">
<li>
Expand All @@ -240,7 +237,7 @@ function PermissionHints() {
the wheel on the right of the channel name)
</>
}
variant="subtitle1"
variant="body2"
/>
</li>
<li>
Expand All @@ -251,7 +248,7 @@ function PermissionHints() {
the middle of the screen check <b>Advanced permissions</b>
</>
}
variant="subtitle1"
variant="body2"
/>
</li>
<li>
Expand All @@ -263,20 +260,20 @@ function PermissionHints() {
[✓]
</>
}
variant="subtitle1"
variant="body2"
/>

<ol style={{ listStyleType: 'lower-alpha' }} className="pl-4">
<li>
<TcText
text="“Read” access settings (refer to “Access Settings” above);and/or"
variant="subtitle1"
variant="body2"
/>
</li>
<li>
<TcText
text="“Write” access settings (refer to “Access Settings” above)"
variant="subtitle1"
variant="body2"
/>
</li>
</ol>
Expand All @@ -290,7 +287,7 @@ function PermissionHints() {
you
</>
}
variant="subtitle1"
variant="body2"
/>
</div>
);
Expand Down

0 comments on commit db628bd

Please sign in to comment.