From b5745877ca7ce3c9cd4fb88ba6d4700ff0a9445e Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:23:55 +0900 Subject: [PATCH] :art: --- .../app/common/views/components/theme.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/client/app/common/views/components/theme.vue b/src/client/app/common/views/components/theme.vue index 7cec1529b..5cc779ee8 100644 --- a/src/client/app/common/views/components/theme.vue +++ b/src/client/app/common/views/components/theme.vue @@ -15,7 +15,7 @@
- %i18n:@create-a-theme% + %fa:palette% %i18n:@create-a-theme%
%i18n:@base-theme%: %i18n:@base-theme-light% @@ -38,20 +38,20 @@
%i18n:@text-color%:
- %i18n:@preview-created-theme% - %i18n:@save-created-theme% + %fa:eye% %i18n:@preview-created-theme% + %fa:save R% %i18n:@save-created-theme%
- %i18n:@install-a-theme% + %fa:download% %i18n:@install-a-theme% %i18n:@theme-code% - %i18n:@install% + %fa:check% %i18n:@install%
- %i18n:@installed-themes% + %fa:folder-open% %i18n:@installed-themes% @@ -65,7 +65,7 @@ %i18n:@theme-code% - %i18n:@uninstall% + %fa:trash-alt R% %i18n:@uninstall%
@@ -238,6 +238,11 @@ export default Vue.extend({