Merge pull request #653 from nachobh/roundingIncreased

Rounding increased
This commit is contained in:
Sid
2026-05-25 10:52:56 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -46,6 +46,7 @@ release/**
test-results
playwright-report/
# Vitest browser mode screenshots
__screenshots__/
@@ -58,3 +59,7 @@ result-*
#kilocode
.kilo/
#others
**/*.import
@@ -1410,7 +1410,7 @@ export function SettingsPanel({
onValueChange={(values) => onBorderRadiusChange?.(values[0])}
onValueCommit={() => onBorderRadiusCommit?.()}
min={0}
max={16}
max={64}
step={0.5}
className="w-full [&_[role=slider]]:bg-[#34B27B] [&_[role=slider]]:border-[#34B27B] [&_[role=slider]]:h-3 [&_[role=slider]]:w-3"
/>