Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</li>
</ul>
</div>
<button class='fd-button fd-button fd-button--transparent' aria-label='Increase hours'>
<button class='fd-button fd-button fd-button--transparent' aria-label='Decrease hours'>
<i class="sap-icon--navigation-down-arrow"></i>
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</li>
</ul>
</div>
<button class="fd-button fd-button--transparent" aria-label="Change Meridian">
<button class='fd-button fd-button fd-button--transparent' aria-label='Decrease hours'>
<i class="sap-icon--navigation-down-arrow"></i>
</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/tests/__snapshots__/styles.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -53618,7 +53618,7 @@ exports[`Check stories > Components/Time > Story DefaultCozyMode > Should match
</li>
</ul>
</div>
<button class='fd-button fd-button fd-button--transparent' aria-label='Increase hours'>
<button class='fd-button fd-button fd-button--transparent' aria-label='Decrease hours'>
<i class=\\"sap-icon--navigation-down-arrow\\"></i>
</button>
</div>
Expand Down Expand Up @@ -53784,7 +53784,7 @@ exports[`Check stories > Components/Time > Story ScrollableMode > Should match s
</li>
</ul>
</div>
<button class=\\"fd-button fd-button--transparent\\" aria-label=\\"Change Meridian\\">
<button class='fd-button fd-button fd-button--transparent' aria-label='Decrease hours'>
<i class=\\"sap-icon--navigation-down-arrow\\"></i>
</button>
</div>
Expand Down