import styled from 'styled-components/native';
import { SBox } from '../../common/s-components/layout/s-box';

export const SMarketButtonContainer = styled<any>(SBox)`
  align-items: center;
  height: ${44}px;
  justify-content: center;
  position: absolute;
  right: ${6}px;
  top: ${-8}px;
  width: ${60}px;
`;
