diff options
author | Nick Coutsos <[email protected]> | 2022-04-28 19:08:57 -0400 |
---|---|---|
committer | Nick Coutsos <[email protected]> | 2022-04-28 19:08:57 -0400 |
commit | 1411ee780847ca4b5da9a2c3eaf94f1b10334c27 (patch) | |
tree | 1f753b5af54609b17c3980a6291b9f3df721c7b4 /app/src/Pickers/Github/Picker.js | |
parent | af736e74be5f6438d60a650ff78598b6b0269e28 (diff) | |
download | keymap-editor-1411ee780847ca4b5da9a2c3eaf94f1b10334c27.tar.gz keymap-editor-1411ee780847ca4b5da9a2c3eaf94f1b10334c27.zip |
Tweak button and icon styles
Diffstat (limited to 'app/src/Pickers/Github/Picker.js')
-rw-r--r-- | app/src/Pickers/Github/Picker.js | 4 |
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()} |