fix: inconsistency in styles (#734)

This commit is contained in:
Kunal Vishwakarma 2023-04-08 13:55:30 +05:30 committed by GitHub
parent 3947a86fa7
commit 9b1ae6bcd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 12 deletions

View file

@ -124,7 +124,7 @@ const EstimatesSettings: NextPage = () => {
</section>
<hr className="h-[1px] w-full mt-4" />
{estimatesList && estimatesList.length > 0 && (
<section className="mt-4 divide-y px-6 py-4 mb-8 rounded-xl border bg-white">
<section className="mt-4 divide-y px-6 mb-8 rounded-xl border bg-white">
<>
{estimatesList ? (
estimatesList.map((estimate) => (