From 856c879cdf4ee0213889a0735054b75f485d8548 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 29 Jan 2024 11:03:18 -0800 Subject: [PATCH] Adjust the status indicator icon to make the spinner a little bigger (#257) --- src/app/assets/icons/spinner-indicator.svg | 4 ++-- src/app/common/icons/icons.less | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/assets/icons/spinner-indicator.svg b/src/app/assets/icons/spinner-indicator.svg index 21a1378a..7a10e13a 100644 --- a/src/app/assets/icons/spinner-indicator.svg +++ b/src/app/assets/icons/spinner-indicator.svg @@ -1,6 +1,6 @@ - - + + diff --git a/src/app/common/icons/icons.less b/src/app/common/icons/icons.less index 293e0d5c..74069f05 100644 --- a/src/app/common/icons/icons.less +++ b/src/app/common/icons/icons.less @@ -49,10 +49,6 @@ } .status-indicator { - svg { - width: 15px; - height: 15px; - } #spinner, #indicator { visibility: hidden;