Skip to content

Commit 5d8b620

Browse files
committed
feat(auth): account scopes and expired pat workflow
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 6ce5dd3 commit 5d8b620

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tailwind.config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const config: Config = {
7676
},
7777
},
7878
plugins: [
79-
plugin(({ addBase, addComponents }) => {
79+
plugin(({ addBase, addComponents }) => {
8080
addComponents({
8181
'.gitify-scope-row': {
8282
'@apply rounded-md bg-gitify-accounts': {},
@@ -108,7 +108,8 @@ const config: Config = {
108108
'--gitify-counter-secondary': colors.gray[600],
109109
'--gitify-counter-text': colors.gray[100],
110110
},
111-
});),
111+
});
112+
}),
112113
],
113114
};
114115

0 commit comments

Comments
 (0)