diff options
author | MoonTidez <ad98566@gmail.com> | 2022-05-31 14:09:40 +0400 |
---|---|---|
committer | MoonTidez <ad98566@gmail.com> | 2022-05-31 14:09:40 +0400 |
commit | efee1438e27a71406f4629ea345f238cf543e244 (patch) | |
tree | 799960e7aeeb1a0b39c824ac748c842f31634b82 /src/main/resources | |
parent | f6c89ce4574f34dbb80cbf49cf716000e5934463 (diff) | |
download | OneConfig-efee1438e27a71406f4629ea345f238cf543e244.tar.gz OneConfig-efee1438e27a71406f4629ea345f238cf543e244.tar.bz2 OneConfig-efee1438e27a71406f4629ea345f238cf543e244.zip |
i pulled an oopsie
it was white 90% instead of pure white 100%
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg | 2 | ||||
-rw-r--r-- | src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg b/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg index e6aaaf1..2b7c246 100644 --- a/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg +++ b/src/main/resources/assets/oneconfig/uicomponents/StepperIconDown.svg @@ -1,3 +1,3 @@ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M25 11L17.4142 18.5858C16.6332 19.3668 15.3668 19.3668 14.5858 18.5858L7 11" stroke="white" stroke-opacity="0.9" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> +<path d="M25 11L17.4142 18.5858C16.6332 19.3668 15.3668 19.3668 14.5858 18.5858L7 11" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> </svg> diff --git a/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg b/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg index dd1d66b..88c88ab 100644 --- a/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg +++ b/src/main/resources/assets/oneconfig/uicomponents/StepperIconUp.svg @@ -1,3 +1,3 @@ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M7 21L14.5858 13.4142C15.3668 12.6332 16.6332 12.6332 17.4142 13.4142L25 21" stroke="white" stroke-opacity="0.9" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> +<path d="M7 21L14.5858 13.4142C15.3668 12.6332 16.6332 12.6332 17.4142 13.4142L25 21" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> </svg> |