Skip to content

Commit

Permalink
Remove unused color variables in config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 10, 2024
1 parent 26ddf09 commit dce6619
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions website/app/[locale]/play/templates/latest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ export default {
primary: {
'@light': '$(gold-75)',
'@dark': '$(gold-80)'
},
strong: {
'@light': '$(slate-10)',
'@dark': '$(gray-80)'
},
neutural: {
'@light': '$(slate-30)',
'@dark': '$(gray-60)'
}
},
primary: {
Expand Down

0 comments on commit dce6619

Please sign in to comment.