mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +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 ?? []}
|
||||
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=""
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user