From ce6446f059261781ef260850a3133bab46e8aa07 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Jul 2020 17:30:10 -0500 Subject: [PATCH] Center icon in theme-toggle --- app/styles/components/theme-toggle.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/components/theme-toggle.scss b/app/styles/components/theme-toggle.scss index f1a33e66b..c0cadc68f 100644 --- a/app/styles/components/theme-toggle.scss +++ b/app/styles/components/theme-toggle.scss @@ -2,7 +2,7 @@ .setting-toggle { &__label { - margin-bottom: 0px; + margin-bottom: 0; vertical-align: middle; } @@ -11,6 +11,8 @@ &-track-check, &-track-x { + display: flex; + align-items: center; height: 15px; color: #fff; }