mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-12 08:52:38 +00:00
Some css updates
This commit is contained in:
parent
cc688a5dfe
commit
83053629ac
@ -109,7 +109,7 @@ const RichTextEditor = forwardRef<editorRef, EditorProp>(
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="tw-min-h-32 tw-border tw-border-gray-300 tw-rounded tw-overflow-y-auto">
|
<div className="tw-min-h-32 tw-border tw-border-main tw-rounded tw-overflow-y-auto">
|
||||||
<Editor
|
<Editor
|
||||||
editorClassName="tw-px-1 tw-min-h-32"
|
editorClassName="tw-px-1 tw-min-h-32"
|
||||||
editorState={editorState}
|
editorState={editorState}
|
||||||
@ -117,7 +117,7 @@ const RichTextEditor = forwardRef<editorRef, EditorProp>(
|
|||||||
toolbar={{
|
toolbar={{
|
||||||
options: [],
|
options: [],
|
||||||
}}
|
}}
|
||||||
toolbarClassName="tw-py-2 tw-border tw-border-gray-300"
|
toolbarClassName="tw-py-2 tw-border-0 tw-border-b tw-border-main"
|
||||||
toolbarCustomButtons={
|
toolbarCustomButtons={
|
||||||
customOptions ?? [
|
customOptions ?? [
|
||||||
<Bold key="bold" />,
|
<Bold key="bold" />,
|
||||||
|
|||||||
@ -98,7 +98,7 @@
|
|||||||
@apply tw-border-b tw-border-separator;
|
@apply tw-border-b tw-border-separator;
|
||||||
}
|
}
|
||||||
.tw-gh-tabs {
|
.tw-gh-tabs {
|
||||||
@apply tw-text-grey-muted tw-font-normal tw-pt-4 tw-pb-2 tw-px-6 tw-block tw-border-b-2 tw-border-transparent hover:tw-border-gray-300 focus:tw-outline-none;
|
@apply tw-text-grey-muted tw-font-normal tw-pt-4 tw-pb-2 tw-px-6 tw-block tw-border-b-2 tw-border-transparent hover:tw-border-main focus:tw-outline-none;
|
||||||
}
|
}
|
||||||
.tw-gh-tabs.active {
|
.tw-gh-tabs.active {
|
||||||
@apply tw-text-grey-body tw-border-b-2 tw-border-orange-400;
|
@apply tw-text-grey-body tw-border-b-2 tw-border-orange-400;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user