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

Commit c147933

Browse files
committed
Small tweaks
1 parent 46e2650 commit c147933

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

res/css/views/settings/_ThemeChoicePanel.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ limitations under the License.
6767
display: flex;
6868
justify-content: space-between;
6969
align-items: center;
70+
padding: 0 var(--cpd-space-2x);
7071

7172
.mx_ThemeChoicePanel_CustomThemeList_name {
7273
font: var(--cpd-font-body-sm-semibold);

src/components/views/settings/ThemeChoicePanel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ function CustomTheme(): JSX.Element {
262262
className="mx_ThemeChoicePanel_CustomTheme_EditInPlace"
263263
label={_t("settings|appearance|custom_theme_add")}
264264
saveButtonLabel={_t("settings|appearance|custom_theme_add")}
265-
// TODO
266265
savingLabel={_t("settings|appearance|custom_theme_downloading")}
267266
helpLabel={_t("settings|appearance|custom_theme_help")}
268267
error={error}

0 commit comments

Comments
 (0)