import styled from '@emotion/styled'; import { Card } from '@/ui/layout/card/components/Card'; const StyledCard = styled(Card)` background-color: ${({ theme }) => theme.background.secondary}; height: 40px; `; export { StyledCard as SettingsListSkeletonCard };