Create <Button> component and use it in <GroupV2JoinDialog>

This commit is contained in:
Evan Hahn 2021-02-23 13:28:48 -06:00 committed by Josh Perez
parent c4551ca7ca
commit 8ee3bd9687
7 changed files with 239 additions and 27 deletions

View file

@ -113,7 +113,7 @@ module.exports = grunt => {
tasks: ['exec:build-protobuf'],
},
sass: {
files: ['./stylesheets/*.scss'],
files: ['./stylesheets/*.scss', './stylesheets/**/*.scss'],
tasks: ['sass'],
},
transpile: {