diff --git a/images/icons/v2/chevron-down-24.svg b/images/icons/v2/chevron-down-24.svg new file mode 100644 index 0000000000..02a998357b --- /dev/null +++ b/images/icons/v2/chevron-down-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 49ff445e0e..3081e93405 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -3069,10 +3069,16 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05', } @include light-theme { - @include color-svg('../images/icons/v2/more-horiz-24.svg', $color-gray-75); + @include color-svg( + '../images/icons/v2/chevron-down-24.svg', + $color-gray-75 + ); } @include dark-theme { - @include color-svg('../images/icons/v2/more-horiz-24.svg', $color-gray-15); + @include color-svg( + '../images/icons/v2/chevron-down-24.svg', + $color-gray-15 + ); } }