WIP snake_case 1/?

through `contact_notification`
This commit is contained in:
Nate Butler 2023-06-28 22:42:57 -04:00
parent 2e162f8af7
commit b015f506da
41 changed files with 302 additions and 386 deletions

View file

@ -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",