minor:design changes (#20983)

(cherry picked from commit c25f88b089b021fa0bbf3793379604aedd887ad8)
This commit is contained in:
Dhruv Parmar 2025-04-28 10:10:42 +05:30 committed by karanh37
parent b752d23dfa
commit cfbd1953d9
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ export const DomainExpertWidget = ({ newLook }: { newLook?: boolean }) => {
selectedUsers={domain.experts ?? []}
onUpdate={handleExpertsUpdate}>
<TagButton
className="tw-text-primary cursor-pointer"
className="text-primary cursor-pointer"
icon={<PlusIcon height={16} name="plus" width={16} />}
label={t('label.add')}
tooltip=""

View File

@ -150,7 +150,7 @@ const DocumentationTab = ({
secondPanel={{
wrapInCard: true,
children: (
<div className="d-flex flex-column gap-5 p-md">
<div className="d-flex flex-column gap-5">
<OwnerLabelV2 dataTestId="domain-owner-name" />
<TagsContainerV2