From c6c479f681efe06f735bda45870ceea999891314 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 22 Feb 2022 15:47:23 +0530 Subject: [PATCH] refactor: improve ui consistency --- .../components/http/TestResult.vue | 4 ++-- .../components/http/TestResultEnv.vue | 2 +- .../hoppscotch-app/components/smart/Radio.vue | 20 ++++++++----------- .../components/smart/RadioGroup.vue | 2 +- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/packages/hoppscotch-app/components/http/TestResult.vue b/packages/hoppscotch-app/components/http/TestResult.vue index e03535d2..a8aa8e46 100644 --- a/packages/hoppscotch-app/components/http/TestResult.vue +++ b/packages/hoppscotch-app/components/http/TestResult.vue @@ -36,14 +36,14 @@
warning

{{ t("environment.no_environment_description") }}

-

+

Global diff --git a/packages/hoppscotch-app/components/smart/Radio.vue b/packages/hoppscotch-app/components/smart/Radio.vue index fdefa19d..7a65ad62 100644 --- a/packages/hoppscotch-app/components/smart/Radio.vue +++ b/packages/hoppscotch-app/components/smart/Radio.vue @@ -1,16 +1,12 @@