Some css updates

This commit is contained in:
darth-coder00 2021-08-13 00:23:41 +05:30
parent cc688a5dfe
commit 83053629ac
2 changed files with 3 additions and 3 deletions

View File

@ -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" />,

View File

@ -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;