(() => {
}
.container {
- --border-radius: 6px;
--input-height: 60px;
--input-padding: 16px; /* (60 - 4 - 24) / 2 */
@@ -308,7 +303,7 @@ const logoURL = computed(() => {
width: 56px;
height: 56px;
background-color: var(--project-color);
- border-radius: calc(var(--border-radius) - 2px);
+ border-radius: calc(var(--theme--border-radius) - 2px);
img {
width: 40px;
@@ -317,21 +312,6 @@ const logoURL = computed(() => {
object-position: center center;
}
}
-
- &.branded :deep(.v-button) {
- --v-button-background-color: var(--theme--foreground-accent);
- --v-button-background-color-hover: var(--theme--foreground-accent);
- --v-button-background-color-active: var(--theme--foreground-accent);
- }
-
- &.branded :deep(.v-input) {
- --v-input-border-color-focus: var(--theme--foreground);
- --v-input-box-shadow-color-focus: var(--theme--foreground);
- }
-
- &.branded :deep(.v-input.solid) {
- --v-input-border-color-focus: var(--theme--foreground-subdued);
- }
}
.scale-enter-active,
diff --git a/app/src/views/shared/shared-view.vue b/app/src/views/shared/shared-view.vue
index f7219cec32..918b1753f9 100644
--- a/app/src/views/shared/shared-view.vue
+++ b/app/src/views/shared/shared-view.vue
@@ -63,7 +63,6 @@ const logoURL = computed(() => {