import { createComponentTheme } from '../../css'; import { linkContract } from './link.contract'; export const linkTheme = createComponentTheme(linkContract, { colors: { base: 'inherit', }, });