@bufferapp/analyze-export-picker
Advanced tools
Comparing version 0.91.5 to 0.92.0
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import styled, { css } from 'styled-components'; | ||
import ArrowDownIcon from '@bufferapp/components/Icon/Icons/ArrowDownIcon'; | ||
import ArrowUpIcon from '@bufferapp/components/Icon/Icons/ArrowUpIcon'; | ||
import Text from '@bufferapp/components/Text'; | ||
import { gray, white } from '@bufferapp/ui/style/colors'; | ||
@@ -17,3 +17,3 @@ const Button = styled.button` | ||
text-align: left; | ||
border: 1px solid #D5E3EF; | ||
border: 1px solid ${gray}; | ||
border-radius: 3px; | ||
@@ -25,2 +25,3 @@ width: 100%; | ||
height:42px; | ||
background: ${white}; | ||
@@ -27,0 +28,0 @@ transition: all 0.2s ease-out; |
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import styled, { css } from 'styled-components'; | ||
import { gray, white } from '@bufferapp/ui/style/colors'; | ||
@@ -11,4 +12,4 @@ const Container = styled.div` | ||
top: 2.25rem; | ||
background: #FFFFFF; | ||
border: 1px solid #D5E3EF; | ||
background: ${white}; | ||
border: 1px solid ${gray}; | ||
border-width: 0 1px 1px; | ||
@@ -15,0 +16,0 @@ border-radius: 3; |
{ | ||
"name": "@bufferapp/analyze-export-picker", | ||
"version": "0.91.5", | ||
"version": "0.92.0", | ||
"description": "Export Dropdown", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113648
907