[type="color"] {
    &::-webkit-color-swatch-wrapper,
    &::-moz-focus-inner {
      padding: 0;
    }
  
    &::-webkit-color-swatch,
    &::-moz-color-swatch {
      border: none;
      border-radius: calc(var(--border-radius) / 2);
    }
}