diff --git a/themes/fukasawa/components/ArticleLock.js b/themes/fukasawa/components/ArticleLock.js index 23a663a3..45f50dfe 100644 --- a/themes/fukasawa/components/ArticleLock.js +++ b/themes/fukasawa/components/ArticleLock.js @@ -25,7 +25,7 @@ export const ArticleLock = props => { return (
-
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ submitPassword() } }} - className="outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500" + className="outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500" >
{ return
-
{locale.COMMON.ARTICLE_LOCK_TIPS}
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ @@ -31,7 +31,7 @@ export const ArticleLock = props => { submitPassword() } }} - className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500'> + className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500'>
 {locale.COMMON.SUBMIT} diff --git a/themes/matery/components/ArticleLock.js b/themes/matery/components/ArticleLock.js index 605bfb5d..6834eb72 100644 --- a/themes/matery/components/ArticleLock.js +++ b/themes/matery/components/ArticleLock.js @@ -22,7 +22,7 @@ export const ArticleLock = props => { } return
-
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ submitPassword() } }} - className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500'> + className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500'>
diff --git a/themes/next/components/ArticleLock.js b/themes/next/components/ArticleLock.js index 3843a956..ec6aae36 100644 --- a/themes/next/components/ArticleLock.js +++ b/themes/next/components/ArticleLock.js @@ -25,7 +25,7 @@ export const ArticleLock = props => { return (
-
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ submitPassword() } }} - className="outline-none w-full text-sm pl-5 transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500" + className="outline-none w-full text-sm pl-5 transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500" >