Skip to content

Commit

Permalink
Update Shared/Actions/Rich Menu/Models/RMStyle.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
NoahKamara and sindresorhus authored Aug 24, 2023
1 parent f8ed488 commit cd84ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Actions/Rich Menu/Models/RMStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum RMStyle: String, AppEnum {

static var caseDisplayRepresentations: [Self: DisplayRepresentation] {
[
.default: "default",
.default: "Default",
.red: "red",
.orange: "orange",
.yellow: "yellow",
Expand Down

0 comments on commit cd84ca6

Please sign in to comment.