@import 'orbit-ui/molecules/list-group';

.root {
  bg(magenta, 0.05);
}

.item:hover {
  bg(magenta, 0.1);
}
