From 9b39299a3aacff36831b9bf37fffd56785117ad7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 03:14:03 -0800 Subject: [PATCH] Update index.scss --- components/FilterBar/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/FilterBar/index.scss b/components/FilterBar/index.scss index fd78e099..ba8cdf4b 100644 --- a/components/FilterBar/index.scss +++ b/components/FilterBar/index.scss @@ -28,7 +28,7 @@ background: url('/icons/Arrow.svg'), $grey-90; background-repeat: no-repeat; background-position-y: center; - background-position-x: 98%; + background-position-x: 95%; background-size: $unit * 1.5; color: $grey-50; font-size: $font-small;