diff --git a/index.html b/index.html index 818d4a3..2417f7c 100755 --- a/index.html +++ b/index.html @@ -2,7 +2,10 @@ - + diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 4c8ad79..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 24a0c5a..fd66985 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -189,7 +189,7 @@ const formData = reactive({ borderSize: 3, borderRadius: 12, borderColor: '#409eff', - buttonSize: 15, + buttonSize: 12, leftButtonColor: 'rgb(208,95,78)', middleButtonColor: 'rgb(230,176,34)', rightButtonColor: 'rgb(107,177,75)',