@kodaris/krubble-components 1.0.7 → 1.0.9

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.
@@ -948,7 +948,7 @@ const Be="important",Ue=" !"+Be,Ve=ke(class extends xe{constructor(e){if(super(e
948
948
  padding: 12px 16px;
949
949
  font-family: inherit;
950
950
  font-size: 14px;
951
- font-weight: 500;
951
+ font-weight: 400;
952
952
  color: var(--kr-text-muted);
953
953
  background: none;
954
954
  border: none;
@@ -983,7 +983,7 @@ const Be="important",Ue=" !"+Be,Ve=ke(class extends xe{constructor(e){if(super(e
983
983
  }
984
984
 
985
985
  :host([size="small"]) .label {
986
- padding: 8px 12px;
986
+ padding: 8px 16px;
987
987
  font-size: 13px;
988
988
  gap: 6px;
989
989
  }