diff --git a/src/components/IssueModal/CreateIssueModal/index.tsx b/src/components/IssueModal/CreateIssueModal/index.tsx index 7e30ac5f..5dbc4180 100644 --- a/src/components/IssueModal/CreateIssueModal/index.tsx +++ b/src/components/IssueModal/CreateIssueModal/index.tsx @@ -177,7 +177,7 @@ const CreateIssueModal: React.FC = ({ {intl.formatMessage(messages.problemseason)} * -
+
= ({ {intl.formatMessage(messages.problemepisode)} * -
+
= ({ {intl.formatMessage(messages.notificationTypes)} {!user && *} -
+
{availableTypes.map((type) => ( { name="email" type="text" inputMode="email" - className="form-input block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" + className="form-input-area block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" />
{errors.email && touched.email && ( diff --git a/src/components/ResetPassword/index.tsx b/src/components/ResetPassword/index.tsx index 2478e731..a7077b54 100644 --- a/src/components/ResetPassword/index.tsx +++ b/src/components/ResetPassword/index.tsx @@ -126,7 +126,7 @@ const ResetPassword: React.FC = () => { name="password" type="password" autoComplete="new-password" - className="form-input block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" + className="form-input-area block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" />
{errors.password && touched.password && ( @@ -147,7 +147,7 @@ const ResetPassword: React.FC = () => { name="confirmPassword" type="password" autoComplete="new-password" - className="form-input block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" + className="form-input-area block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" />
{errors.confirmPassword && diff --git a/src/components/Settings/Notifications/NotificationsDiscord.tsx b/src/components/Settings/Notifications/NotificationsDiscord.tsx index 7373d10e..38d24ba9 100644 --- a/src/components/Settings/Notifications/NotificationsDiscord.tsx +++ b/src/components/Settings/Notifications/NotificationsDiscord.tsx @@ -158,7 +158,7 @@ const NotificationsDiscord: React.FC = () => { {intl.formatMessage(messages.agentenabled)} * -
+
@@ -183,7 +183,7 @@ const NotificationsDiscord: React.FC = () => { })} -
+
{ -
+
{ -
+
{ -
+
{ {intl.formatMessage(messages.agentenabled)} * -
+
@@ -245,7 +245,7 @@ const NotificationsEmail: React.FC = () => { -
+
@@ -256,7 +256,7 @@ const NotificationsEmail: React.FC = () => { {intl.formatMessage(messages.emailsender)} * -
+
{ {intl.formatMessage(messages.smtpHost)} * -
+
{ {intl.formatMessage(messages.smtpPort)} * -
+
{ {intl.formatMessage(messages.encryptionTip)} -
+