mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 03:16:05 +00:00
fix: update glossary icon color (#11202)
This commit is contained in:
parent
0679d427b3
commit
defa77c09b
@ -50,7 +50,11 @@ export const EntityHeader = ({
|
||||
serviceName,
|
||||
}: Props) => {
|
||||
return (
|
||||
<Row className="w-full" gutter={0} justify="space-between" wrap={false}>
|
||||
<Row
|
||||
className="w-full font-medium"
|
||||
gutter={0}
|
||||
justify="space-between"
|
||||
wrap={false}>
|
||||
<Col>
|
||||
<div
|
||||
className={classNames(
|
||||
|
@ -40,6 +40,7 @@ import { ReactComponent as TableIcon } from '../assets/svg/table-grey.svg';
|
||||
import { ReactComponent as TopicIcon } from '../assets/svg/topic-grey.svg';
|
||||
import { FQN_SEPARATOR_CHAR } from '../constants/char.constants';
|
||||
import {
|
||||
DE_ACTIVE_COLOR,
|
||||
getDashboardDetailsPath,
|
||||
getDatabaseDetailsPath,
|
||||
getDatabaseSchemaDetailsPath,
|
||||
@ -274,7 +275,7 @@ export const getEntityLink = (
|
||||
|
||||
export const getServiceIcon = (source: SourceType) => {
|
||||
if (source.entityType === EntityType.GLOSSARY_TERM) {
|
||||
return <IconFlatFolder className="h-9" />;
|
||||
return <IconFlatFolder className="h-9" color={DE_ACTIVE_COLOR} />;
|
||||
} else if (source.entityType === EntityType.TAG) {
|
||||
return <IconTag className="h-9" />;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user