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