We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108170a commit 03da0a1Copy full SHA for 03da0a1
main/src/App.vue
@@ -23,9 +23,9 @@ Vibrant.from('/static/logo-large.png').getPalette().then(function (palette) {
23
var muted = null
24
console.log(palette)
25
try {
26
- vibrant = palette.Vibrant.getHex()
27
- } catch (e) {
28
vibrant = palette.LightVibrant.getHex()
+ } catch (e) {
+ vibrant = palette.Vibrant.getHex()
29
}
30
31
muted = palette.Muted.getHex()
0 commit comments