Skip to content

Commit

Permalink
feat(pdc-dashboard): rename spotlight type default to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Nov 6, 2023
1 parent 1d97c2f commit ff196cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/pdc-dashboard/src/components/components/spotlight.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"type": {
"type": "enumeration",
"enum": ["default", "info", "warning"],
"default": "default"
"enum": ["gray", "info", "warning"],
"default": "gray"
},
"logoButton": {
"type": "component",
Expand Down

0 comments on commit ff196cf

Please sign in to comment.