mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-27 02:54:48 +00:00
update: tighten edit project color spacing
This commit is contained in:
@@ -140,7 +140,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
|
|||||||
<Show when={!store.iconUrl}>
|
<Show when={!store.iconUrl}>
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<label class="text-12-medium text-text-weak">Color</label>
|
<label class="text-12-medium text-text-weak">Color</label>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-1.5">
|
||||||
<For each={AVATAR_COLOR_KEYS}>
|
<For each={AVATAR_COLOR_KEYS}>
|
||||||
{(color) => (
|
{(color) => (
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user