Skip to content

Commit

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

0 comments on commit bfad6d5

Please sign in to comment.