@mahatisystems/mahati-ui-components 1.0.2 → 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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -141,7 +141,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Be]+=1);var Vn=h.button.attrs
|
|
|
141
141
|
width: 300px; /* Set a fixed width to prevent expansion */
|
|
142
142
|
max-width: 100%; /* Optional: Ensure it doesn't exceed the container width */
|
|
143
143
|
padding: 0.75rem;
|
|
144
|
-
border:
|
|
144
|
+
border: 2px solid red;
|
|
145
145
|
border-radius: 4px;
|
|
146
146
|
background-color: ${e=>e.hasError?"#fff5f5":"#fff"};
|
|
147
147
|
font-size: 1rem;
|