Merge pull request #653 from nachobh/roundingIncreased
Rounding increased
This commit is contained in:
@@ -46,6 +46,7 @@ release/**
|
|||||||
test-results
|
test-results
|
||||||
playwright-report/
|
playwright-report/
|
||||||
|
|
||||||
|
|
||||||
# Vitest browser mode screenshots
|
# Vitest browser mode screenshots
|
||||||
__screenshots__/
|
__screenshots__/
|
||||||
|
|
||||||
@@ -58,3 +59,7 @@ result-*
|
|||||||
|
|
||||||
#kilocode
|
#kilocode
|
||||||
.kilo/
|
.kilo/
|
||||||
|
|
||||||
|
#others
|
||||||
|
|
||||||
|
**/*.import
|
||||||
|
|||||||
@@ -1410,7 +1410,7 @@ export function SettingsPanel({
|
|||||||
onValueChange={(values) => onBorderRadiusChange?.(values[0])}
|
onValueChange={(values) => onBorderRadiusChange?.(values[0])}
|
||||||
onValueCommit={() => onBorderRadiusCommit?.()}
|
onValueCommit={() => onBorderRadiusCommit?.()}
|
||||||
min={0}
|
min={0}
|
||||||
max={16}
|
max={64}
|
||||||
step={0.5}
|
step={0.5}
|
||||||
className="w-full [&_[role=slider]]:bg-[#34B27B] [&_[role=slider]]:border-[#34B27B] [&_[role=slider]]:h-3 [&_[role=slider]]:w-3"
|
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