fix: removed button margin, so they all have the same size
This commit is contained in:
@@ -219,7 +219,7 @@ export default function UploadDatasetEntriesModal({
|
||||
<>
|
||||
<button
|
||||
onClick={() => setIsOpen(true)}
|
||||
className="mb-6 px-4 py-2 bg-green-500 text-white rounded-md hover:bg-green-600 transition-colors"
|
||||
className="px-4 py-2 bg-green-500 text-white rounded-md hover:bg-green-600 transition-colors"
|
||||
>
|
||||
+ Upload Entries
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user