Skip to content

Commit a36e017

Browse files
committed
Merge branch 'bq/add-spinner-component' of https://github.com/coder/coder into bq/add-spinner-component
2 parents 07c8a7f + c8466e0 commit a36e017

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/tailwind.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ module.exports = {
6161
keyframes: {
6262
loading: {
6363
"0%": { opacity: 0.85 },
64-
"50%": { opacity: 0.25 },
65-
"100%": { opacity: 0.25 },
64+
"25%": { opacity: 0.7 },
65+
"50%": { opacity: 0.4 },
66+
"75%": { opacity: 0.3 },
67+
"100%": { opacity: 0.2 },
6668
},
6769
},
6870
},

0 commit comments

Comments
 (0)