astra-modal-test 1.0.1 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astra-modal-test",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/astra-sdk.es.js",
6
6
  "type":"module",
@@ -94,7 +94,7 @@ const StyledModal = styled(Modal)`
94
94
  @media (max-width: 575px) {
95
95
  .astra-modal-content {
96
96
  padding: 15px 8px;
97
- background: rgba(51, 51, 51, 0.2);
97
+ background: rgba(51, 51, 51, 1);
98
98
  .astra-modal-header .modal-title {
99
99
  font-size: 16px;
100
100
  }
@@ -90,7 +90,7 @@ const StyledModal = styled(Modal)`
90
90
 
91
91
  .astra-modal-content {
92
92
  padding: 20px 10px;
93
- background: rgba(51, 51, 51, 0.2);
93
+ background: rgba(51, 51, 51, 1);
94
94
  .astra-modal-header .modal-title {
95
95
  font-size: 18px;
96
96
  }
@@ -100,7 +100,7 @@ const StyledModal = styled(Modal)`
100
100
  @media (max-width: 575px) {
101
101
  .astra-modal-content {
102
102
  padding: 15px 8px;
103
- background: rgba(51, 51, 51, 0.2);
103
+ background: rgba(51, 51, 51, 1);
104
104
  .astra-modal-header .modal-title {
105
105
  font-size: 16px;
106
106
  }
@@ -189,7 +189,7 @@ export default function ResultModal({
189
189
  <BridgeDetailItem justify="space-between" align="center">
190
190
  <div>Value</div>
191
191
  <div className="lightning">
192
- {numberWithCommas(requestData?.formatTokenAmt)}{" "}LUSD
192
+ {numberWithCommas(requestData?.formatTokenAmt)} LUSD
193
193
  </div>
194
194
  </BridgeDetailItem>
195
195
  </BridgeDetail>