tailwind: updates color values
This commit is contained in:
committed by
Johannes Kirschbauer
parent
b633db4f8e
commit
698a39fafb
@@ -667,14 +667,16 @@ const MachineForm = (props: MachineDetailsProps) => {
|
||||
</div>
|
||||
</Fieldset>
|
||||
|
||||
<footer class="flex justify-end gap-y-3 border-t border-secondary-200 pt-5">
|
||||
<Button
|
||||
type="submit"
|
||||
disabled={formStore.submitting || !formStore.dirty}
|
||||
>
|
||||
Update Edits
|
||||
</Button>
|
||||
</footer>
|
||||
{
|
||||
<footer class="flex justify-end gap-y-3 border-t border-secondary-200 pt-5">
|
||||
<Button
|
||||
type="submit"
|
||||
disabled={formStore.submitting || !formStore.dirty}
|
||||
>
|
||||
Update edits
|
||||
</Button>
|
||||
</footer>
|
||||
}
|
||||
</Form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user