From e56a50c3ff61e7b499f76ec3ce95e96db9fed52b Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Mon, 11 May 2020 23:19:47 +0200 Subject: [PATCH] feat: style dropdown arrow of html and list select. --- client/src/components/SelectList.js | 3 +- .../src/containers/Accounts/AccountsChart.js | 7 ++++- .../src/containers/Media/withMediaActions.js | 12 +++++++ client/src/style/objects/form.scss | 31 +++++++++++++++++-- 4 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 client/src/containers/Media/withMediaActions.js diff --git a/client/src/components/SelectList.js b/client/src/components/SelectList.js index 4da02604c..7e6acc10e 100644 --- a/client/src/components/SelectList.js +++ b/client/src/components/SelectList.js @@ -3,12 +3,11 @@ import {Button} from '@blueprintjs/core'; import {Select} from '@blueprintjs/select'; export default function SelectList(props) { - const {buttonLabel, ...rest} = props; + const { buttonLabel, ...rest } = props; return (