fix: removed button margin, so they all have the same size
This commit is contained in:
@@ -184,7 +184,7 @@ export default function CalibrationListModal({ experimentId }: CalibrationListMo
|
|||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
onClick={() => setIsOpen(true)}
|
onClick={() => setIsOpen(true)}
|
||||||
className="mb-6 px-4 py-2 bg-blue-500 text-white rounded-md hover:bg-blue-600 transition-colors"
|
className="px-4 py-2 bg-blue-500 text-white rounded-md hover:bg-blue-600 transition-colors"
|
||||||
>
|
>
|
||||||
📋 View Calibration List
|
📋 View Calibration List
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ export default function UpdateDatasetMetadataModal({
|
|||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
onClick={() => setIsOpen(true)}
|
onClick={() => setIsOpen(true)}
|
||||||
className="mb-6 px-4 py-2 bg-blue-500 text-white rounded-md hover:bg-blue-600 transition-colors"
|
className="px-4 py-2 bg-blue-500 text-white rounded-md hover:bg-blue-600 transition-colors"
|
||||||
>
|
>
|
||||||
⟳ Update Metadata
|
⟳ Update Metadata
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ export default function UploadCalibrationModal({
|
|||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
onClick={() => setIsOpen(true)}
|
onClick={() => setIsOpen(true)}
|
||||||
className="mb-6 px-4 py-2 bg-purple-500 text-white rounded-md hover:bg-purple-600 transition-colors"
|
className="px-4 py-2 bg-purple-500 text-white rounded-md hover:bg-purple-600 transition-colors"
|
||||||
>
|
>
|
||||||
+ Upload Calibration
|
+ Upload Calibration
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ export default function UploadDatasetEntriesModal({
|
|||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
onClick={() => setIsOpen(true)}
|
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
|
+ Upload Entries
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user