@indico-data/design-system 1.0.36 → 1.0.38

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/lib/index.esm.js CHANGED
@@ -8629,19 +8629,19 @@ const StyledSelect$1 = styled.div `
8629
8629
  label {
8630
8630
  line-height: 1.2;
8631
8631
  margin-bottom: 14px;
8632
- color: ${allColors.lightFontColor};
8632
+ // color: ${allColors.lightFontColor};
8633
8633
  }
8634
8634
 
8635
8635
  .select-container {
8636
8636
  position: relative;
8637
- max-width: 300px;
8637
+ // max-width: 300px;
8638
8638
 
8639
8639
  select {
8640
8640
  background: transparent;
8641
8641
  border: 1px solid ${allColors.baliHai};
8642
8642
  width: 100%;
8643
- max-width: 300px;
8644
- color: ${allColors.lightFontColor};
8643
+ // max-width: 300px;
8644
+ // color: ${allColors.lightFontColor};
8645
8645
  font-size: ${fontSize.base};
8646
8646
  border-radius: 4px;
8647
8647
  padding: 7px 30px 8px 15px;