File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " auto-clicker" ,
3
- "productName" : " auto-clicker " ,
3
+ "productName" : " Auto Clicker " ,
4
4
"version" : " 1.0.0" ,
5
- "description" : " My Electron application description " ,
5
+ "description" : " Effortlessly automate mouse clicks with the convenience of saving profiles. " ,
6
6
"main" : " src/index.js" ,
7
7
"scripts" : {
8
8
"start" : " electron-forge start" ,
Original file line number Diff line number Diff line change @@ -124,10 +124,15 @@ select {
124
124
}
125
125
126
126
.profiles-button {
127
- margin-right : 5px ;
127
+ margin : 0 px 5px ;
128
128
padding : 12px 0px ;
129
129
}
130
130
131
+ .profiles-button : hover {
132
+ background-color : # 7C90DB ;
133
+ color : black;
134
+ }
135
+
131
136
.selected-profile-div {
132
137
display : grid;
133
138
grid-template-columns : 1fr ;
@@ -223,10 +228,11 @@ p {
223
228
padding : 20px 0px ;
224
229
border-style : none;
225
230
color : black;
231
+ font-weight : 600 ;
226
232
}
227
233
228
234
.input-button : hover {
229
- background-color : # 889ADE ;
235
+ background-color : # 94a6e7 ;
230
236
}
231
237
232
238
.project-button {
You can’t perform that action at this time.
0 commit comments