Skip to content

Commit

Permalink
fix: rtl for "arrowLeft" image in Core/Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
RawanMatar89 committed May 16, 2024
1 parent 353f8a0 commit daac035
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Core/Core/Assets.xcassets/arrowLeft.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"images" : [
{
"filename" : "icon left.svg",
"idiom" : "universal"
"idiom" : "universal",
"language-direction" : "left-to-right"
},
{
"appearances" : [
Expand All @@ -12,7 +13,8 @@
}
],
"filename" : "icon left-2.svg",
"idiom" : "universal"
"idiom" : "universal",
"language-direction" : "left-to-right"
}
],
"info" : {
Expand Down

0 comments on commit daac035

Please sign in to comment.