mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
minor:design changes (#20983)
This commit is contained in:
parent
9625c5fe29
commit
c25f88b089
@ -109,7 +109,7 @@ export const DomainExpertWidget = ({ newLook }: { newLook?: boolean }) => {
|
|||||||
selectedUsers={domain.experts ?? []}
|
selectedUsers={domain.experts ?? []}
|
||||||
onUpdate={handleExpertsUpdate}>
|
onUpdate={handleExpertsUpdate}>
|
||||||
<TagButton
|
<TagButton
|
||||||
className="tw-text-primary cursor-pointer"
|
className="text-primary cursor-pointer"
|
||||||
icon={<PlusIcon height={16} name="plus" width={16} />}
|
icon={<PlusIcon height={16} name="plus" width={16} />}
|
||||||
label={t('label.add')}
|
label={t('label.add')}
|
||||||
tooltip=""
|
tooltip=""
|
||||||
|
@ -150,7 +150,7 @@ const DocumentationTab = ({
|
|||||||
secondPanel={{
|
secondPanel={{
|
||||||
wrapInCard: true,
|
wrapInCard: true,
|
||||||
children: (
|
children: (
|
||||||
<div className="d-flex flex-column gap-5 p-md">
|
<div className="d-flex flex-column gap-5">
|
||||||
<OwnerLabelV2 dataTestId="domain-owner-name" />
|
<OwnerLabelV2 dataTestId="domain-owner-name" />
|
||||||
|
|
||||||
<TagsContainerV2
|
<TagsContainerV2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user