nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
16 stars 5 forks source link

CategorySelect has an issue in the style #328

Open nick-y-ito opened 4 months ago

nick-y-ito commented 4 months ago

Description

In some conditions, the category selection buttons become partly unstyled.

Steps to inspect

  1. Add console.log(className) in the Button component.

Button.tsx

  1. Open the CategorySelect drawer from either add/edit drawer or the filter drawer.

  2. Check the browser log and make sure that px-4 and py-2 are somehow not included.

Console

rounded border border-primary bg-white flex gap-4 items-center justify-start

CategorySelect.tsx

Image

Environment

Notes

-