WIP snake_case 1/?
through `contact_notification`
This commit is contained in:
parent
2e162f8af7
commit
b015f506da
41 changed files with 302 additions and 386 deletions
|
@ -9,7 +9,7 @@ export default function picker(colorScheme: ColorScheme): any {
|
|||
background: background(layer),
|
||||
border: border(layer),
|
||||
shadow: colorScheme.modalShadow,
|
||||
cornerRadius: 12,
|
||||
corner_radius: 12,
|
||||
padding: {
|
||||
bottom: 4,
|
||||
},
|
||||
|
@ -53,7 +53,7 @@ export default function picker(colorScheme: ColorScheme): any {
|
|||
left: 4,
|
||||
right: 4,
|
||||
},
|
||||
cornerRadius: 8,
|
||||
corner_radius: 8,
|
||||
text: text(layer, "sans", "variant"),
|
||||
highlightText: text(layer, "sans", "accent", {
|
||||
weight: "bold",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue