Skip to content

Commit

Permalink
fix: revert muted text color
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 1, 2024
1 parent 2a7d7c5 commit 2618747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function RequestAccessScreen() {
radius={2}
shadow={1}
>
<Text size={1} muted>
<Text size={1}>
{hasTooManyRequests && !hasPendingRequest && (
<>
You've reached the limit for access requests across all projects. Please wait
Expand Down

0 comments on commit 2618747

Please sign in to comment.