From 643f8828920730e6640ecaa840dca7d2981517e7 Mon Sep 17 00:00:00 2001 From: Vinit Neogi <20491952+vneogi199@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:13:20 +0530 Subject: [PATCH] bugfix - Corner Rounder - Text overlap with custom border radius input box --- src/components/border-radius-selector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/border-radius-selector.tsx b/src/components/border-radius-selector.tsx index 8ff2ed8..505d9db 100644 --- a/src/components/border-radius-selector.tsx +++ b/src/components/border-radius-selector.tsx @@ -99,7 +99,7 @@ export function BorderRadiusSelector({ value={customValue} onChange={handleInputChange} onKeyDown={handleKeyDown} - className="w-24 rounded-lg bg-white/5 px-3 py-1.5 text-sm text-white" + className="mr-5 w-24 rounded-lg bg-white/5 px-3 py-1.5 text-sm text-white" placeholder="Enter radius" /> px