💄 Gjør små styling forbedringer, forbedret UU ved å lage skillelinjer i forms

This commit is contained in:
Markus Johansen 2023-08-02 18:50:48 +02:00
parent 65c146fa87
commit 194bda6739
5 changed files with 20 additions and 3 deletions

View file

@ -11,7 +11,7 @@ interface modalInterface {
const FeilModal = (props: modalInterface) => {
return(
<Modal
className="w-3/5"
className="w-3/5 p-5"
open={props.open}
aria-label={" modal"}
onClose={() => props.setOpen(false)}