More mobile cleanup
This commit is contained in:
parent
47283700a8
commit
f1978683cc
7 changed files with 22 additions and 18 deletions
|
@ -2,7 +2,7 @@ import styled from 'styled-components/macro';
|
|||
import tw from 'twin.macro';
|
||||
|
||||
const Label = styled.label<{ isLight?: boolean }>`
|
||||
${tw`block text-xs uppercase text-neutral-200 mb-2`};
|
||||
${tw`block text-xs uppercase text-neutral-200 mb-1 sm:mb-2`};
|
||||
${props => props.isLight && tw`text-neutral-700`};
|
||||
`;
|
||||
|
||||
|
|
Reference in a new issue