|
@@ -64,7 +64,7 @@
|
|
|
<main class="p-4 bg-gray-800 rounded-md text-white relative">
|
|
<main class="p-4 bg-gray-800 rounded-md text-white relative">
|
|
|
<!-- Botão para abrir histórico -->
|
|
<!-- Botão para abrir histórico -->
|
|
|
<div class="absolute top-4 right-4">
|
|
<div class="absolute top-4 right-4">
|
|
|
- <button class="text-sm underline" on:click={abrirHistorico}>
|
|
|
|
|
|
|
+ <button class="bg-yellow-600 rounded-md p-1 text-md text-black" on:click={abrirHistorico}>
|
|
|
Ver histórico
|
|
Ver histórico
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|