File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : Build App
22
3- on : [push, pull_request ]
3+ on : [push]
44
55jobs :
66 build-macos :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class FieldInput extends React.PureComponent<IProps> {
3232
3333 < input
3434 type = "text"
35- className = "appearance-none block w-full bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
35+ className = "appearance-none block w-full dark:text-gray-800 bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
3636 id = { input . name }
3737 placeholder = { placeholder }
3838 { ...input }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
5656 Hostname
5757 </label >
5858 <input
59- className = " appearance-none block w-full bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
59+ className = " appearance-none block w-full dark:text-gray-800 bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
6060 id = " hostname"
6161 name = " hostname"
6262 onBlur = { [Function ]}
@@ -77,7 +77,7 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
7777 Client ID
7878 </label >
7979 <input
80- className = " appearance-none block w-full bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
80+ className = " appearance-none block w-full dark:text-gray-800 bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
8181 id = " clientId"
8282 name = " clientId"
8383 onBlur = { [Function ]}
@@ -98,7 +98,7 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
9898 Client Secret
9999 </label >
100100 <input
101- className = " appearance-none block w-full bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
101+ className = " appearance-none block w-full dark:text-gray-800 bg-gray-100 border border-red rounded py-2 px-4 mb-2 focus:bg-gray-200 focus:outline-none"
102102 id = " clientSecret"
103103 name = " clientSecret"
104104 onBlur = { [Function ]}
You can’t perform that action at this time.
0 commit comments