@loja-integrada/admin-components 0.12.2 → 0.12.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.
@@ -1293,7 +1293,7 @@ var SelectComponent = function SelectComponent(_ref, ref) {
1293
1293
  inputClass = inputClasses + " " + selectClasses + " " + variantClasses[variant];
1294
1294
 
1295
1295
  if (disabled) {
1296
- inputClass += " " + defaultBorderClasses + " " + inputContainerDisabledClasses;
1296
+ inputClass += " " + defaultBorderClasses + " " + inputContainerDisabledClasses + " opacity-100";
1297
1297
  } else if (hasErrorState) {
1298
1298
  inputClass += " " + errorBorderClasses;
1299
1299
  } else {