diff --git a/index.html b/index.html index 460fff5..54ad5bc 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,12 @@ ul.navbar li:last-child { background-color: rgba(255, 255, 255, 0.9); } +.mandala-container label.checkbox { + display: block; + margin-top: 10px; + margin-bottom: 10px; +} + .mandala-container .color-widget { display: flex; } diff --git a/lib/checkbox.tsx b/lib/checkbox.tsx index 81ddb32..c43da36 100644 --- a/lib/checkbox.tsx +++ b/lib/checkbox.tsx @@ -8,7 +8,7 @@ type CheckboxProps = { export const Checkbox: React.FC = (props) => { return ( -