From 377bf7ff21a4f05807c38675ac70cd08fe67b516 Mon Sep 17 00:00:00 2001 From: Aaron Iker Date: Mon, 2 Feb 2026 01:17:14 +0100 Subject: feat(ui): Select, dropdown, popover styles & transitions (#11675) --- packages/ui/src/components/morph-chevron.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/ui/src/components/morph-chevron.css (limited to 'packages/ui/src/components/morph-chevron.css') diff --git a/packages/ui/src/components/morph-chevron.css b/packages/ui/src/components/morph-chevron.css new file mode 100644 index 000000000..f6edb3f64 --- /dev/null +++ b/packages/ui/src/components/morph-chevron.css @@ -0,0 +1,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; +} -- cgit v1.2.3