forked from RiseUP/riseup-squad20
fix-pop-up-message
This commit is contained in:
parent
8d532271e9
commit
c8607556e0
@ -1016,14 +1016,14 @@ export default function LaudosEditorPage() {
|
|||||||
setShowDraftConfirm(false);
|
setShowDraftConfirm(false);
|
||||||
discardDraft();
|
discardDraft();
|
||||||
}}
|
}}
|
||||||
className="text-xs sm:text-sm h-9 sm:h-10 hover:bg-blue-50 dark:hover:bg-blue-950"
|
className="text-xs sm:text-sm h-9 sm:h-10 hover:bg-gray-100 dark:hover:bg-gray-800"
|
||||||
>
|
>
|
||||||
Descartar
|
Descartar
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
onClick={() => setShowDraftConfirm(false)}
|
onClick={() => setShowDraftConfirm(false)}
|
||||||
className="text-xs sm:text-sm h-9 sm:h-10 hover:bg-blue-50 dark:hover:bg-blue-950"
|
className="text-xs sm:text-sm h-9 sm:h-10 hover:bg-gray-100 dark:hover:bg-gray-800"
|
||||||
>
|
>
|
||||||
Voltar
|
Voltar
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -768,7 +768,7 @@ export default function EditarLaudoPage() {
|
|||||||
setShowExitDialog(false);
|
setShowExitDialog(false);
|
||||||
router.back();
|
router.back();
|
||||||
}}
|
}}
|
||||||
className="w-full sm:w-auto"
|
className="w-full sm:w-auto hover:bg-gray-100 dark:hover:bg-gray-800"
|
||||||
>
|
>
|
||||||
Descartar
|
Descartar
|
||||||
</Button>
|
</Button>
|
||||||
@ -778,7 +778,7 @@ export default function EditarLaudoPage() {
|
|||||||
setShowExitDialog(false);
|
setShowExitDialog(false);
|
||||||
router.back();
|
router.back();
|
||||||
}}
|
}}
|
||||||
className="w-full sm:w-auto"
|
className="w-full sm:w-auto hover:bg-gray-100 dark:hover:bg-gray-800"
|
||||||
>
|
>
|
||||||
Voltar
|
Voltar
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user