diff options
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> |