mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
chore: update packages
This commit is contained in:
parent
b806f2c958
commit
f0df04d47c
42 changed files with 1466 additions and 1331 deletions
|
|
@ -67,7 +67,7 @@ export default function ReportMiiForm({ mii, likes }: Props) {
|
|||
rows={3}
|
||||
maxLength={256}
|
||||
placeholder="Type notes here for the report..."
|
||||
className="pill input !rounded-xl resize-none col-span-2"
|
||||
className="pill input rounded-xl! resize-none col-span-2"
|
||||
value={notes}
|
||||
onChange={(e) => setNotes(e.target.value)}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ export default function ReasonSelector({ reason, setReason }: Props) {
|
|||
type="button"
|
||||
{...getToggleButtonProps()}
|
||||
aria-label="Report reason dropdown"
|
||||
className="pill input w-full gap-1 !justify-between text-nowrap"
|
||||
className="pill input w-full gap-1 justify-between! text-nowrap"
|
||||
>
|
||||
{selectedItem?.label || <span className="text-black/40">Select a reason for the report...</span>}
|
||||
<Icon icon="tabler:chevron-down" className="ml-2 size-5" />
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ export default function ReportUserForm({ user }: Props) {
|
|||
rows={3}
|
||||
maxLength={256}
|
||||
placeholder="Type notes here for the report..."
|
||||
className="pill input !rounded-xl resize-none col-span-2"
|
||||
className="pill input rounded-xl! resize-none col-span-2"
|
||||
value={notes}
|
||||
onChange={(e) => setNotes(e.target.value)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue