Team switcher
This commit is contained in:
@@ -3,7 +3,7 @@ import * as React from 'react';
|
||||
import styled, { withTheme } from 'styled-components';
|
||||
import { ExpandedIcon } from 'outline-icons';
|
||||
import Flex from 'shared/components/Flex';
|
||||
import TeamLogo from './TeamLogo';
|
||||
import TeamLogo from 'shared/components/TeamLogo';
|
||||
|
||||
type Props = {
|
||||
teamName: string,
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const TeamLogo = styled.img`
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border-radius: 4px;
|
||||
background: ${props => props.theme.white};
|
||||
border: 1px solid ${props => props.theme.slateLight};
|
||||
`;
|
||||
|
||||
export default TeamLogo;
|
||||
Reference in New Issue
Block a user