import React from 'react'; import styled from 'styled-components'; import { N60, N30A } from '@atlaskit/theme/colors'; import Button, { ButtonProps } from '@atlaskit/button/standard-button'; import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles'; // This is a workaround because React.memo does not play well with styled-components function StyledComponentsButton(props: ButtonProps) { return