Skip to content

Commit

Permalink
[#43] Add option color to example initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Sep 4, 2023
1 parent 84cb76e commit 8a0a9fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/src/example-initial-value.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
{
"name": "Single",
"order": 1,
"color": "#7fc97f",
"translations": [
{
"name": "Jomblo",
Expand All @@ -220,6 +221,7 @@
{
"name": "Maried",
"order": 2,
"color": "#fdc086",
"translations": [
{
"name": "Menikah",
Expand All @@ -230,6 +232,7 @@
{
"name": "Widowed",
"order": 3,
"color": "#beaed4",
"translations": [
{
"name": "Janda / Duda",
Expand Down

0 comments on commit 8a0a9fd

Please sign in to comment.