Skip to content

Commit

Permalink
Ajustando texto dos botões do modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnaneJ committed May 14, 2022
1 parent ade825b commit 231729f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tabs/components/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ export function Popup({ status, setStatus, message, title, currentTab, callback
bg-white text-md px-3 py-1 font-bold transition-color duration-500 rounded-lg
`}
>
Confirm
Confirmar
</button>
<button
type="button"
onClick={() => setStatus(false)}
className={`bg-tab${currentTab == 0 ? "Main" : (currentTab == 1 ? "ShortTime" : "LongTime")}
text-white text-md px-3 py-1 font-bold transition-color duration-500 rounded-lg opacity-100 hover:opacity-80 `}
>
Cancel
Cancelar
</button>
</div>
</Dialog.Panel>
Expand Down

0 comments on commit 231729f

Please sign in to comment.