@everymatrix/player-withdrawal 0.0.166 → 0.0.170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4805,7 +4805,7 @@
4805
4805
  class PlayerWithdrawal extends SvelteElement {
4806
4806
  constructor(options) {
4807
4807
  super();
4808
- this.shadowRoot.innerHTML = `<style>.WithdrawalWrapper{color:#07072A;padding:50px 50px 30px 50px;max-width:100%}.WithdrawalWrapper.WithdrawalWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:30px}.MenuReturnButton svg{fill:#D0046C}.WithdrawalTitle{font-size:26px;color:#D0046C;font-weight:400}.WithdrawalTitleMobile{font-size:16px}.WithdrawalTitleNone{display:none}.WithdrawalIframeWrapper iframe{border:none;width:100%;height:85vh}</style>`;
4808
+ this.shadowRoot.innerHTML = `<style>.WithdrawalWrapper{color:#07072A;padding:50px 50px 30px 50px;max-width:100%}.WithdrawalWrapper.WithdrawalWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:#D0046C}.WithdrawalTitle{font-size:26px;color:#D0046C;font-weight:400}.WithdrawalTitleMobile{font-size:16px}.WithdrawalTitleNone{display:none}.WithdrawalIframeWrapper iframe{border:none;width:100%;height:85vh}</style>`;
4809
4809
 
4810
4810
  init(
4811
4811
  this,