Skip to content

Commit

Permalink
change flip icon
Browse files Browse the repository at this point in the history
  • Loading branch information
koebel committed Aug 15, 2024
1 parent ea05b86 commit 9eb5a2e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/DicomControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
:aria-label="imageFlipHorizontalDescription"
@click="$emit('setHorizontalFlip')"
>
<oc-icon fill-type="line" name="arrow-left-right" variation="inherit" />
<!-- "arrow-left-right" is used as placeholder until "flip-horizontal" is included in web's design-system -->
<oc-icon fill-type="line" name="flip-horizontal-2" variation="inherit" />
</oc-button>
<oc-button
v-oc-tooltip="imageFlipVerticalDescription"
Expand All @@ -107,8 +106,7 @@
:aria-label="imageFlipVerticalDescription"
@click="$emit('setVerticalFlip')"
>
<oc-icon fill-type="line" name="arrow-up-down" variation="inherit" />
<!-- "arrow-left-right" is used as placeholder until "flip-vertical" is included in web's design-system -->
<oc-icon fill-type="line" name="flip-vertical-2" variation="inherit" />
</oc-button>
</div>
<div class="oc-flex oc-flex-middle">
Expand Down

0 comments on commit 9eb5a2e

Please sign in to comment.