Add styles to fields

This commit is contained in:
Emili Castells Guasch 2023-11-15 16:18:39 +01:00
parent 8fc4833503
commit 5112e75552
2 changed files with 1 additions and 2 deletions

View file

@ -281,7 +281,6 @@ class CreditCardRenderer {
const stylesRaw = window.getComputedStyle(field);
const styles = {};
Object.values(stylesRaw).forEach((prop) => {
console.log(prop)
if (!stylesRaw[prop] || !allowedProperties.includes(prop)) {
return;
}