Skip to content

Commit

Permalink
Lighter description
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Sep 20, 2023
1 parent 2e5dc51 commit 641fa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/teams/TeamSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function WorkspaceImageButton(props: {
</Button>
)}
</div>
{description && <div className="ml-6 truncate text-gray-500 dark:text-gray-400">{description}</div>}
{description && <div className="ml-6 truncate text-gray-400 dark:text-gray-500">{description}</div>}
</div>
</InputField>
);
Expand Down

0 comments on commit 641fa9f

Please sign in to comment.