update: tighten edit project color spacing
This commit is contained in:
parent
9fbf2e72b4
commit
b0794172bf
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
|
|||
<Show when={!store.iconUrl}>
|
||||
<div class="flex flex-col gap-2">
|
||||
<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}>
|
||||
{(color) => (
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue