diff --git a/components/BackgroundSelect.js b/components/BackgroundSelect.js index 0b30059..4c09326 100644 --- a/components/BackgroundSelect.js +++ b/components/BackgroundSelect.js @@ -63,15 +63,16 @@ class BackgroundSelect extends React.PureComponent { >
{['color', 'image'].map(tab => ( -
{tab} -
+ ))}
@@ -134,23 +135,13 @@ class BackgroundSelect extends React.PureComponent { border-bottom: 2px solid ${COLORS.SECONDARY}; } - .picker-tab { - user-select: none; - cursor: pointer; - background: ${COLORS.DARK_GRAY}; - width: 50%; - text-align: center; - padding: 8px 0; + .picker-tabs :global(button) { border-right: 1px solid ${COLORS.SECONDARY}; } - .picker-tab:last-child { + .picker-tabs :global(button:last-child) { border-right: none; } - - .picker-tab.active { - background: none; - } `}