morph-chevron.css 195 B

12345678910
  1. [data-slot="morph-chevron-svg"] {
  2. width: 16px;
  3. height: 16px;
  4. display: block;
  5. fill: none;
  6. stroke-width: 1.5;
  7. stroke: currentcolor;
  8. stroke-linecap: round;
  9. stroke-linejoin: round;
  10. }