diff --git a/pkgs/clan-app/ui/src/workflows/Service/SelectServiceFlyout.tsx b/pkgs/clan-app/ui/src/workflows/Service/SelectServiceFlyout.tsx index 4a92be1c9..ee5f62c58 100644 --- a/pkgs/clan-app/ui/src/workflows/Service/SelectServiceFlyout.tsx +++ b/pkgs/clan-app/ui/src/workflows/Service/SelectServiceFlyout.tsx @@ -8,6 +8,13 @@ import { Module } from "./models"; import Icon from "@/src/components/Icon/Icon"; import { Combobox } from "@kobalte/core/combobox"; import { useClickOutside } from "@/src/hooks/useClickOutside"; +import { css } from "@linaria/core"; + +// TODO: Move this to typography styles +const tag = css` + font-size: var(--font-size-xs); + font-weight: var(--font-weight-semibold); +`; interface FlyoutProps { onClose: () => void; @@ -78,9 +85,7 @@ export const SelectService = (props: FlyoutProps) => { 0}>
- - Added - + Added