Shorpo
|
c09342fbe3
|
chore: Upgrade to Mantine@7 (#306)
really like the fact they moved away from css-in-js haha
```
Stack/Group spacing => gap
Stack/Group position => justify
Button compact prop => size
Button, Input, etc icon/leftIcon prop => leftSection
sx prop => style
Table thead/tbody/tr/td => <Table.Thead> / <Table.Tbody> / <Table.Tr> / <Table.Td>
Badge - set variant="light" prop
```
To do:
- [x] Tables
- [x] Update all Badge variant to light
more testing won't hurt :D
|
2024-02-25 10:37:55 +00:00 |
|