Skip to content

Commit

Permalink
chore: minor improvement in admin service provider field. (makeplane#…
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekshourya29 authored May 24, 2024
1 parent 3ef67ac commit f5d95ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/components/common/copy-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const CopyField: React.FC<Props> = (props) => {

return (
<div className="flex flex-col gap-1">
<h4 className="text-sm text-custom-text-300">{label}</h4>
<h4 className="text-sm text-custom-text-200">{label}</h4>
<Button
variant="neutral-primary"
className="flex items-center justify-between py-2"
Expand All @@ -40,7 +40,7 @@ export const CopyField: React.FC<Props> = (props) => {
<p className="text-sm font-medium">{url}</p>
<Copy size={18} color="#B9B9B9" />
</Button>
<div className="text-xs text-custom-text-400">{description}</div>
<div className="text-xs text-custom-text-300">{description}</div>
</div>
);
};

0 comments on commit f5d95ba

Please sign in to comment.