💄 Alternativ Layout for redigeringsskjema (#25)
* 💄 Alternativ Layout for redigeringsskjema * 💄 Gjort endringer på Modal layout og lagt til header på redigering --------- Co-authored-by: Sid <93219711+SindreKjelsrud@users.noreply.github.com>
This commit is contained in:
parent
a399eb31d1
commit
937b3dac2d
3 changed files with 20 additions and 15 deletions
|
|
@ -11,7 +11,7 @@ interface modalInterface {
|
|||
const FeilModal = (props: modalInterface) => {
|
||||
return(
|
||||
<Modal
|
||||
className="w-3/5 p-5"
|
||||
className="w-3/5 min-w-2/4 p-5"
|
||||
open={props.open}
|
||||
aria-label={" modal"}
|
||||
onClose={() => props.setOpen(false)}
|
||||
|
|
|
|||
Reference in a new issue