minor:design changes (#20983)

This commit is contained in:
Dhruv Parmar 2025-04-28 10:10:42 +05:30 committed by GitHub
parent 9625c5fe29
commit c25f88b089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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