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 1
1
name : Build App
2
2
3
- on : [push, pull_request ]
3
+ on : [push]
4
4
5
5
jobs :
6
6
build-macos :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class FieldInput extends React.PureComponent<IProps> {
32
32
33
33
< input
34
34
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"
36
36
id = { input . name }
37
37
placeholder = { placeholder }
38
38
{ ...input }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
56
56
Hostname
57
57
</label >
58
58
<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"
60
60
id = " hostname"
61
61
name = " hostname"
62
62
onBlur = { [Function ]}
@@ -77,7 +77,7 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
77
77
Client ID
78
78
</label >
79
79
<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"
81
81
id = " clientId"
82
82
name = " clientId"
83
83
onBlur = { [Function ]}
@@ -98,7 +98,7 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
98
98
Client Secret
99
99
</label >
100
100
<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"
102
102
id = " clientSecret"
103
103
name = " clientSecret"
104
104
onBlur = { [Function ]}
You can’t perform that action at this time.
0 commit comments