Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0dac0cd

Browse files
lint
1 parent ab2da4d commit 0dac0cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

res/css/views/elements/_RichText.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ a.mx_Pill {
3535
.mx_UserPill {
3636
color: $primary-fg-color;
3737
background-color: $other-user-pill-bg-color;
38-
}
38+
}
3939

4040
.mx_UserPill_selected {
4141
background-color: $accent-color !important;

res/css/views/elements/_ToggleSwitch.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
height: $font-20px;
2222
border-radius: 1.5rem;
2323
padding: 2px;
24-
24+
2525
background-color: $togglesw-off-color;
2626
opacity: 0.5;
2727

@@ -50,4 +50,4 @@ limitations under the License.
5050

5151
.mx_ToggleSwitch_on {
5252
flex-direction: row-reverse;
53-
}
53+
}

src/utils/rem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ limitations under the License.
1515
*/
1616

1717
// converts a pixel value to rem.
18-
export default function(pixel_val) {
19-
return pixel_val / 15 + "rem"
18+
export default function(pixelVal) {
19+
return pixelVal / 15 + "rem";
2020
}

0 commit comments

Comments
 (0)