diff --git a/frontend/Vinlottis.vue b/frontend/Vinlottis.vue index 40ae38a..0f468fb 100644 --- a/frontend/Vinlottis.vue +++ b/frontend/Vinlottis.vue @@ -1,14 +1,9 @@ @@ -99,7 +94,7 @@ body { display: grid; grid-template-rows: 80px auto 100px; - .main-container{ + .main-container { height: 100%; width: 100%; } diff --git a/frontend/ui/RaffleGenerator.vue b/frontend/ui/RaffleGenerator.vue index bf3679d..9d5c21c 100644 --- a/frontend/ui/RaffleGenerator.vue +++ b/frontend/ui/RaffleGenerator.vue @@ -102,7 +102,7 @@ export default { } if (new Set(this.colors).size == 1) { - alert("BINGO"); + this.$toast.info({ title: "BINGO" }); } this.emitColors();