summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/morph-chevron.css
blob: f6edb3f649ac50409540d1d5f44c818b71ed1af5 (plain)
1
2
3
4
5
6
7
8
9
10
[data-slot="morph-chevron-svg"] {
  width: 16px;
  height: 16px;
  display: block;
  fill: none;
  stroke-width: 1.5;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}