From 266a40ca05e9fe7cf59c20cc2460aeb71cb2a3a7 Mon Sep 17 00:00:00 2001 From: goynov Date: Tue, 25 Nov 2025 09:19:21 +0200 Subject: [PATCH] UI improvements --- src/components/GamePreview/GamePreview.vue | 5 ++--- src/plugins/vuetify.js | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/GamePreview/GamePreview.vue b/src/components/GamePreview/GamePreview.vue index cc21e95..c18ad89 100644 --- a/src/components/GamePreview/GamePreview.vue +++ b/src/components/GamePreview/GamePreview.vue @@ -40,16 +40,15 @@ - + - + --> diff --git a/src/plugins/vuetify.js b/src/plugins/vuetify.js index 0e16722..47cc85f 100644 --- a/src/plugins/vuetify.js +++ b/src/plugins/vuetify.js @@ -27,6 +27,9 @@ export default createVuetify({ VTextField: { variant: 'outlined' }, + VNumberInput: { + variant: 'outlined' + }, VFileInput: { variant: 'outlined' },