fix: sidebar dropdowns height (#616)

* fix: old labels color set to black

* fix: issue details sidebar select dropdowns height
This commit is contained in:
Aaryan Khandelwal 2023-03-30 18:07:00 +05:30 committed by GitHub
parent 16abbe0b3e
commit 880813685b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -38,7 +38,7 @@ export const CustomDatePicker: React.FC<Props> = ({
renderAs === "input"
? "block border-gray-300 bg-transparent px-3 py-2 text-sm focus:outline-none"
: renderAs === "button"
? `px-3 py-1.5 text-xs shadow-sm ${
? `px-3 py-1 text-xs shadow-sm ${
disabled ? "" : "hover:bg-gray-100"
} duration-300 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500`
: ""