@wise/dynamic-flow-client-internal 2.3.0-beta-923c14.17 → 2.3.0-beta-7d9b21.19

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.
package/build/main.css CHANGED
@@ -155,13 +155,13 @@
155
155
  inset: 0;
156
156
  background-color: var(--color-dark);
157
157
  color: var(--color-white);
158
- text-align: center;
159
158
  font-size: var(--font-size-16);
160
159
  font-weight: var(--font-weight-semi-bold);
161
160
  flex-direction: column;
162
161
  justify-content: center;
163
162
  align-items: center;
164
163
  z-index: 1000;
164
+ padding: 24px;
165
165
  }
166
166
  @media screen and (orientation: landscape) and (max-height: 767px) {
167
167
  .orientation-lock-overlay {