mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix setting hue greater than 100 in color interface
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
class="color-data-input"
|
||||
pattern="\d*"
|
||||
:min="0"
|
||||
:max="i === 1 ? 360 : 100"
|
||||
:max="i === 0 ? 360 : 100"
|
||||
:step="1"
|
||||
maxlength="3"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user