💄 Gjør små styling forbedringer, forbedret UU ved å lage skillelinjer i forms
This commit is contained in:
parent
65c146fa87
commit
194bda6739
5 changed files with 20 additions and 3 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Reference in a new issue