Adjust styles for type page
This commit is contained in:
parent
b1c3f04d66
commit
995699bedc
|
@ -112,11 +112,13 @@
|
|||
</label>
|
||||
<label class="block">
|
||||
<span class="text-gray-700">Color:</span>
|
||||
<ColorPicker
|
||||
on:change={handleColorChange}
|
||||
bind:color={currentType.color}
|
||||
borderRadius="50%"
|
||||
/>
|
||||
<div class="block" style="padding-left: 0.375em; width: 40px;">
|
||||
<ColorPicker
|
||||
on:change={handleColorChange}
|
||||
bind:color={currentType.color}
|
||||
borderRadius="50%"
|
||||
/>
|
||||
</div>
|
||||
</label>
|
||||
<div class="flex space-x-2">
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue
Block a user