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
|
||||
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
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user