From eaa2b1ddcf08df03dfb1b9bc1a14de34c00c677f Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sat, 22 Mar 2025 00:11:22 +0530 Subject: [PATCH] fix: fixes blur in commandbox when zoom is not 100% --- frontend/src/features/command/CommandBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/command/CommandBox.vue b/frontend/src/features/command/CommandBox.vue index 653d154d..ff5a8e8e 100644 --- a/frontend/src/features/command/CommandBox.vue +++ b/frontend/src/features/command/CommandBox.vue @@ -2,7 +2,7 @@