Skip to content

Commit 269fb68

Browse files
committed
Rename modifier keys to match Elixir
1 parent 07b96f2 commit 269fb68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/LiveViewNative/BuiltinRegistry.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ struct BuiltinRegistry {
6060

6161
enum ModifierType: String {
6262
case frame
63-
case listRowInsets
64-
case listRowSeparator
65-
case navigationTitle
63+
case listRowInsets = "list_row_insets"
64+
case listRowSeparator = "list_row_separator"
65+
case navigationTitle = "navigation_title"
6666
case padding
6767
case tint
6868
}

0 commit comments

Comments
 (0)