mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
* feat: add skeleton masthead and generic loading page * add generic loader to picker page * smooth out spinner, add no-motion state
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import { palette } from '@roleypoly/design-system/atoms/colors';
|
|
import styled from 'styled-components';
|
|
|
|
export const TextStyle = styled.div`
|
|
color: ${palette.taupe500};
|
|
`;
|