feat: add tile border radius (#2338)
* feat: add tile border radius * fix: inconsistent mantine-core version * fix: lockfile --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
@@ -2096,6 +2096,17 @@
|
||||
"columnCount": {
|
||||
"label": "Column count"
|
||||
},
|
||||
"itemRadius": {
|
||||
"label": "Item radius",
|
||||
"description": "Changes the roundness of tiles on your board",
|
||||
"option": {
|
||||
"xs": "Very small",
|
||||
"sm": "Small",
|
||||
"md": "Medium",
|
||||
"lg": "Large",
|
||||
"xl": "Very large"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"label": "Name"
|
||||
},
|
||||
@@ -2120,8 +2131,8 @@
|
||||
"background": {
|
||||
"title": "Background"
|
||||
},
|
||||
"color": {
|
||||
"title": "Colors"
|
||||
"appearance": {
|
||||
"title": "Appearance"
|
||||
},
|
||||
"customCss": {
|
||||
"title": "Custom css"
|
||||
|
||||
Reference in New Issue
Block a user