import { styled } from "styled-components"; import * as Tabs from "@radix-ui/react-tabs"; import { theme } from "@local-logic/core/ui"; export const Trigger = styled(Tabs.Trigger)` margin-right: ${theme["--ll-spacing-xx-small"]}; margin-bottom: ${theme["--ll-spacing-xx-small"]}; `;