Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
sakihet committed Oct 27, 2023
1 parent b7c92b6 commit 38d66b3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/components/PageBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,19 @@ export default function PageBoard(
)}
<div class="py-3">
<form onSubmit={handleSubmitList}>
<input
class="h-6 px-1 border-solid border-1 border-color-primary"
type="text"
placeholder="Enter list title..."
ref={inputElement}
/>
<div class="border-1 border-solid border-color-primary inline-block">
<label class="flex-row divide-solid divide-x-1 divide-color-primary">
<div class="w-6 text-center text-secondary flex-column">
<span class="m-auto">+</span>
</div>
<input
class="h-6 px-2 border-none"
type="text"
placeholder="Enter list title..."
ref={inputElement}
/>
</label>
</div>
</form>
</div>
</div>
Expand Down

0 comments on commit 38d66b3

Please sign in to comment.