Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 28, 2021 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ca21de26323e010e0bcca8a159c1c4ad to your computer and use it in GitHub Desktop.
Save parzibyte/ca21de26323e010e0bcca8a159c1c4ad to your computer and use it in GitHub Desktop.
onColorCambiado(nuevoColor) {
this.detallesQr.foreground = nuevoColor.hex;
this.actualizarCodigoQr();
},
onColorDeFondoCambiado(nuevoColor) {
this.detallesQr.background = nuevoColor.hex;
this.actualizarCodigoQr();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment