Skip to content

Commit 4814ef6

Browse files
authored
[CLNP-4581][CLNP-4582] fix: direction of some icons in RTL (#1183)
Fixes - https://sendbird.atlassian.net/browse/CLNP-4582 : leave channel icon - https://sendbird.atlassian.net/browse/CLNP-4581 : broadcast channel icon
1 parent bfdbe9c commit 4814ef6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/modules/ChannelSettings/components/ChannelSettingsUI/channel-settings-ui.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383

8484
.sendbird-channel-settings__panel-icon-left {
8585
left: 16px;
86+
/*rtl:raw:
87+
&.sendbird-channel-settings__panel-icon__leave {
88+
transform: rotate(180deg);
89+
}*/
8690
}
8791
.sendbird-channel-settings__panel-icon-right {
8892
right: 16px;

src/ui/ChannelAvatar/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010
@include themed() {
1111
background-color: t(secondary-3);
1212
}
13+
/*rtl:raw:
14+
.sendbird-icon {
15+
&.sendbird-icon-broadcast {
16+
transform: rotateY(180deg);
17+
}
18+
}*/
1319
}

0 commit comments

Comments
 (0)