From 500cdb6a21c019c922c2cdd1ef371e8121be9e60 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Tue, 12 Aug 2025 14:18:20 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20(input):=20correct=20input?= =?UTF-8?q?=20border=20color=20and=20search=20input=20border?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/pub/nav/header/prep.vue | 2 +- app/components/pub/ui/input/Input.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/pub/nav/header/prep.vue b/app/components/pub/nav/header/prep.vue index 8d856333..ab37900d 100644 --- a/app/components/pub/nav/header/prep.vue +++ b/app/components/pub/nav/header/prep.vue @@ -32,7 +32,7 @@ function btnClick() { diff --git a/app/components/pub/ui/input/Input.vue b/app/components/pub/ui/input/Input.vue index 30d3ca1e..2c7e0141 100644 --- a/app/components/pub/ui/input/Input.vue +++ b/app/components/pub/ui/input/Input.vue @@ -1,7 +1,7 @@