updated padding across cards and forms
This commit is contained in:
@@ -4,7 +4,7 @@ import SightingDataFields from "./SightingDataFields";
|
||||
|
||||
const SightingDataCard = () => {
|
||||
return (
|
||||
<Card>
|
||||
<Card className="p-4">
|
||||
<CardHeader title={"Sighting Data"} />
|
||||
<SightingDataFields />
|
||||
</Card>
|
||||
|
||||
@@ -6,7 +6,7 @@ const SightingDataFields = () => {
|
||||
useFormikContext();
|
||||
|
||||
return (
|
||||
<div className="flex flex-col space-y-2">
|
||||
<div className="flex flex-col space-y-2 px-2">
|
||||
<FormGroup>
|
||||
<label htmlFor="overviewQuality">Overview Quality</label>
|
||||
<Field
|
||||
|
||||
Reference in New Issue
Block a user