@imperosoft/cris-webui-components 1.1.2-beta.19 → 1.1.2-beta.20

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.mjs CHANGED
@@ -1379,7 +1379,6 @@ var defaults = {
1379
1379
  alignItems: "stretch",
1380
1380
  background: "transparent",
1381
1381
  border: "none",
1382
- padding: "0.5rem 0.9rem",
1383
1382
  textAlign: "left",
1384
1383
  color: colors.text,
1385
1384
  height: "100%",
@@ -1391,7 +1390,8 @@ var defaults = {
1391
1390
  alignItems: "center",
1392
1391
  gap: "0.4rem",
1393
1392
  width: "100%",
1394
- flex: 1
1393
+ flex: 1,
1394
+ padding: "0.5rem 0.9rem"
1395
1395
  },
1396
1396
  channelNum: {
1397
1397
  flexShrink: 0,