aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/Pickers/Github/Picker.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/Pickers/Github/Picker.js')
-rw-r--r--app/src/Pickers/Github/Picker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/Pickers/Github/Picker.js b/app/src/Pickers/Github/Picker.js
index 0eacb25..81a5ff2 100644
--- a/app/src/Pickers/Github/Picker.js
+++ b/app/src/Pickers/Github/Picker.js
@@ -14,7 +14,7 @@ import Spinner from '../../Common/Spinner'
function Login() {
return (
<IconButton
- brand
+ collection="brands"
icon="github"
text="Login with GitHub"
onClick={() => github.beginLoginFlow()}
@@ -25,7 +25,7 @@ function Login() {
function Install() {
return (
<IconButton
- brand
+ collection="brands"
icon="github"
text="Add Repository"
onClick={() => github.beginInstallAppFlow()}