@theroutingcompany/components 0.0.16-alpha.2 → 0.0.16-alpha.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.
@@ -23454,8 +23454,8 @@ const E6 = R.div`
23454
23454
 
23455
23455
  &:focus {
23456
23456
  color: ${u.color_fill_primary_enabled};
23457
- background-color: ${u.color_fill_inverse_enabled};
23458
- outline: none;
23457
+ background-color: ${u.color_overlay_secondary_hover};
23458
+ outline: 1px solid ${u.color_overlay_secondary_selected_hover};
23459
23459
  border-radius: 2px;
23460
23460
  }
23461
23461