Compare commits

..

2 Commits

Author SHA1 Message Date
Lea Anthony
d9341f76d5 Merge branch 'develop' into windows-scaling-fix 2020-09-10 06:13:28 +10:00
Lea Anthony
d7f3cec079 test fix 2020-09-08 09:11:52 +10:00
2 changed files with 5 additions and 9 deletions

View File

@@ -2,17 +2,11 @@
html,
body {
background-color: white;
color: black;
width: 100%;
height: 100%;
margin: 0;
}
input {
background-color: rgb(254,254,254);
color: black;
}
.container {
display: block;
width:100%;
@@ -23,8 +17,10 @@ input {
button {
font-size: 1rem;
background-color: white;
color: black;
}
#newCounter {
color: white;
}
.result {

View File

@@ -1,4 +1,4 @@
package cmd
// Version - Wails version
const Version = "v1.8.0"
const Version = "v1.7.2-pre10"