Merged in chore/change-icons-to-rounded (pull request #3520)
chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
This commit is contained in:
@@ -227,7 +227,7 @@ const ICONS = [
|
||||
"yard",
|
||||
].sort()
|
||||
|
||||
const STYLES = ["outlined"] as const
|
||||
const STYLES = ["rounded"] as const
|
||||
|
||||
const OUT = resolve(
|
||||
__dirname,
|
||||
|
||||
Reference in New Issue
Block a user