diff --git a/src/components/app-list/app-card.vue b/src/components/app-list/app-card.vue index b66d92bd37fc0394b27082dd95d508d09d4b12f8..e06354d74a3376d4996a447c8688802a5f10dabf 100644 --- a/src/components/app-list/app-card.vue +++ b/src/components/app-list/app-card.vue @@ -111,6 +111,7 @@ export default { } .app_card-info > .app_card-name { font-size: 18px; + font-weight: 600; line-height: 32px; color: #0d1847; cursor: pointer;