Merge pull request #653 from nachobh/roundingIncreased
Rounding increased
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user