mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Fix modal styles for mantine v6
This commit is contained in:
@@ -188,10 +188,17 @@
|
||||
}
|
||||
|
||||
.mantine-Modal-header {
|
||||
font-weight: bold;
|
||||
font-size: medium;
|
||||
padding-bottom: 1rem;
|
||||
margin-right: 0.5rem;
|
||||
border-bottom: 1px solid var(--generic-border-color);
|
||||
}
|
||||
|
||||
.mantine-Modal-title {
|
||||
font-weight: bold;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.mantine-Modal-body {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user