mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Some css updates
This commit is contained in:
parent
cc688a5dfe
commit
83053629ac
@ -109,7 +109,7 @@ const RichTextEditor = forwardRef<editorRef, EditorProp>(
|
||||
|
||||
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
|
||||
editorClassName="tw-px-1 tw-min-h-32"
|
||||
editorState={editorState}
|
||||
@ -117,7 +117,7 @@ const RichTextEditor = forwardRef<editorRef, EditorProp>(
|
||||
toolbar={{
|
||||
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={
|
||||
customOptions ?? [
|
||||
<Bold key="bold" />,
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
@apply tw-border-b tw-border-separator;
|
||||
}
|
||||
.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 {
|
||||
@apply tw-text-grey-body tw-border-b-2 tw-border-orange-400;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user