diff --git a/apps/frontend/src/app/colors.scss b/apps/frontend/src/app/colors.scss index d68ba32b..372a0d42 100644 --- a/apps/frontend/src/app/colors.scss +++ b/apps/frontend/src/app/colors.scss @@ -66,6 +66,8 @@ --color-custom52: #eaeef2; --color-custom53: #7c7d86; --color-custom54: #afb8c1; + --color-custom55: #1b263b; + --color-modalCustom: #000000; } .light { --color-primary: #fff; @@ -134,5 +136,7 @@ --color-custom52: #eaeef2; --color-custom53: #7c7d86; --color-custom54: #afb8c1; + --color-custom55: #d5d7e1; + --color-modalCustom: transparent; } } diff --git a/apps/frontend/src/app/global.scss b/apps/frontend/src/app/global.scss index d7473664..640e8a91 100644 --- a/apps/frontend/src/app/global.scss +++ b/apps/frontend/src/app/global.scss @@ -438,7 +438,7 @@ div div .set-font-family { .tags-top .react-tags__combobox { height: 44px; display: flex; - background-color: #141c2c; + background-color: var(--color-input); padding-left: 10px; padding-right: 10px; min-width: 150px; diff --git a/apps/frontend/src/components/new-launch/add.post.button.tsx b/apps/frontend/src/components/new-launch/add.post.button.tsx index ae9cd85a..0479213e 100644 --- a/apps/frontend/src/components/new-launch/add.post.button.tsx +++ b/apps/frontend/src/components/new-launch/add.post.button.tsx @@ -29,7 +29,7 @@ export const AddPostButton: FC<{ /> -
{t('add_comment', 'Add comment')}
+
{t('add_comment', 'Add comment')}
); }; diff --git a/apps/frontend/src/components/new-launch/editor.tsx b/apps/frontend/src/components/new-launch/editor.tsx index 07c0f6d8..bef4795c 100644 --- a/apps/frontend/src/components/new-launch/editor.tsx +++ b/apps/frontend/src/components/new-launch/editor.tsx @@ -369,7 +369,7 @@ export const Editor: FC<{ return ( <>
-
+
{validateChars && props.value.length < 6 && ( -
+
{t( 'the_post_should_be_at_least_6_characters_long', 'The post should be at least 6 characters long' diff --git a/apps/frontend/src/components/new-launch/manage.modal.tsx b/apps/frontend/src/components/new-launch/manage.modal.tsx index ff13f3f5..f10c9c62 100644 --- a/apps/frontend/src/components/new-launch/manage.modal.tsx +++ b/apps/frontend/src/components/new-launch/manage.modal.tsx @@ -272,7 +272,7 @@ export const ManageModal: FC = (props) => { <>