@theroutingcompany/components 0.0.32-alpha.8 → 0.0.32

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.
@@ -14766,7 +14766,8 @@ const x4 = A.div`
14766
14766
  border: none;
14767
14767
  padding: 6px 8px;
14768
14768
  outline: none;
14769
- font-size: 16px;
14769
+ color: ${f.color_black};
14770
+ font-size: ${f.font_size_175};
14770
14771
  border: 1px solid;
14771
14772
  border-right: none;
14772
14773
  border-color: ${(e) => e.isFocused ? f.color_gray_6 : f.color_gray_84};