Skip to content

Commit

Permalink
feat(theme): update theme
Browse files Browse the repository at this point in the history
update dark theme
  • Loading branch information
mateusfg7 committed Aug 31, 2020
1 parent b18b7b8 commit 9a73279
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/styles/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@ export default {
},
},
},
sound: {
color: 'rgba(0, 0, 0, 0.5)',
hover: 'rgba(0, 0, 0, 0.8)',
selected: 'rgba(0, 0, 0, 1)',
},
volume_controller: {
background: 'rgba(0,0,0,1)',
thumb: 'rgba(0,0,0,1)',
},
},
};

0 comments on commit 9a73279

Please sign in to comment.