🎨 Updated hex to rgba

This commit is contained in:
Liyas Thomas
2019-12-14 15:33:50 +05:30
parent acc80cff74
commit 6cf9044db6

View File

@@ -525,7 +525,7 @@ export default {
document.documentElement.style.setProperty("--ac-color", color);
document.documentElement.style.setProperty(
"--act-color",
vibrant ? "rgb(18, 18, 18)" : "#ffffff"
vibrant ? "rgba(18, 18, 18, 1)" : "rgba(255, 255, 255, 1)"
);
})();
},