@import '~tc-ui/src/styles/tc-includes';

:global {
  .x-mark-icon {
    color: $tc-gray-30;
    fill: $tc-gray-30;
  
    &:hover {
      color: $tc-black;
      fill: $tc-black;
    }
  }
}
  