diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss
index 5d9dd381..d4962f9d 100644
--- a/assets/scss/themes.scss
+++ b/assets/scss/themes.scss
@@ -10,7 +10,7 @@
// Light Background color
--primary-light-color: theme("colors.dark.600");
// Dark Background color
- --primary-dark-color: theme("colors.dark.900");
+ --primary-dark-color: theme("colors.true-gray.800");
// Text color
--secondary-color: theme("colors.true-gray.400");
// Light Text color
diff --git a/components/app/Header.vue b/components/app/Header.vue
index 1293be9d..d78b2783 100644
--- a/components/app/Header.vue
+++ b/components/app/Header.vue
@@ -26,14 +26,13 @@
v-if="currentUser === null"
icon="filter_drama"
:label="$t('header.save_workspace')"
- outline
- class="hidden !text-secondaryDark md:flex"
+ filled
+ class="hidden !font-semibold md:flex"
@click.native="showLogin = true"
/>
diff --git a/components/button/Secondary.vue b/components/button/Secondary.vue
index b61129d0..235527d8 100644
--- a/components/button/Secondary.vue
+++ b/components/button/Secondary.vue
@@ -27,6 +27,7 @@
'border border-divider hover:border-dividerDark focus-visible:border-dividerDark':
outline,
},
+ { 'bg-primaryDark': filled },
]"
:disabled="disabled"
tabindex="0"
@@ -127,6 +128,10 @@ export default defineComponent({
type: Array,
default: () => [],
},
+ filled: {
+ type: Boolean,
+ default: false,
+ },
},
})
diff --git a/components/collections/ChooseType.vue b/components/collections/ChooseType.vue
index c20260a4..4b81d385 100644
--- a/components/collections/ChooseType.vue
+++ b/components/collections/ChooseType.vue
@@ -19,12 +19,15 @@
autofocus
class="
bg-primary
+ border-b border-transparent
cursor-pointer
flex
+ font-medium
w-full
py-2
px-4
appearance-none
+ hover:bg-primaryDark
"
@change="updateSelectedTeam(myTeams[$event.target.value])"
>
diff --git a/components/collections/graphql/index.vue b/components/collections/graphql/index.vue
index 04838b07..a810fe93 100644
--- a/components/collections/graphql/index.vue
+++ b/components/collections/graphql/index.vue
@@ -75,7 +75,7 @@
diff --git a/components/collections/index.vue b/components/collections/index.vue
index ae164803..1e868591 100644
--- a/components/collections/index.vue
+++ b/components/collections/index.vue
@@ -118,15 +118,14 @@
collectionsType.selectedTeam.myRole == 'VIEWER')
"
v-tippy="{ theme: 'tooltip' }"
- disabled
:title="$t('team.no_access')"
:label="$t('add.new')"
- outline
+ filled
/>
diff --git a/components/environments/Edit.vue b/components/environments/Edit.vue
index 8cc11c09..9b9622a1 100644
--- a/components/environments/Edit.vue
+++ b/components/environments/Edit.vue
@@ -46,13 +46,13 @@
>
@@ -83,7 +83,7 @@
diff --git a/components/environments/index.vue b/components/environments/index.vue
index 6608a298..45ecf8e5 100644
--- a/components/environments/index.vue
+++ b/components/environments/index.vue
@@ -116,7 +116,7 @@
diff --git a/components/graphql/RequestOptions.vue b/components/graphql/RequestOptions.vue
index 6928b313..f33d63cb 100644
--- a/components/graphql/RequestOptions.vue
+++ b/components/graphql/RequestOptions.vue
@@ -241,7 +241,7 @@
diff --git a/components/http/BodyParameters.vue b/components/http/BodyParameters.vue
index b9d3b5f7..9e0ebb09 100644
--- a/components/http/BodyParameters.vue
+++ b/components/http/BodyParameters.vue
@@ -191,7 +191,7 @@
diff --git a/components/http/Headers.vue b/components/http/Headers.vue
index e70aa3f4..98475e32 100644
--- a/components/http/Headers.vue
+++ b/components/http/Headers.vue
@@ -144,7 +144,7 @@
{{ $t("empty.headers") }}
diff --git a/components/http/Request.vue b/components/http/Request.vue
index 3906252e..51789182 100644
--- a/components/http/Request.vue
+++ b/components/http/Request.vue
@@ -108,7 +108,7 @@
@@ -142,7 +142,7 @@
@@ -157,7 +157,7 @@
diff --git a/components/realtime/Mqtt.vue b/components/realtime/Mqtt.vue
index 78b891b8..76669204 100644
--- a/components/realtime/Mqtt.vue
+++ b/components/realtime/Mqtt.vue
@@ -72,15 +72,15 @@
/>
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/components/realtime/Websocket.vue b/components/realtime/Websocket.vue
index 2500110b..3feea767 100644
--- a/components/realtime/Websocket.vue
+++ b/components/realtime/Websocket.vue
@@ -167,7 +167,7 @@
{{ $t("websocket.communication") }}
-