diff --git a/web/satellite/src/components/project/dashboard/BandwidthChart.vue b/web/satellite/src/components/project/dashboard/BandwidthChart.vue index 0bb7bd338..4906feefb 100644 --- a/web/satellite/src/components/project/dashboard/BandwidthChart.vue +++ b/web/satellite/src/components/project/dashboard/BandwidthChart.vue @@ -50,10 +50,10 @@ const chartData = computed((): ChartData => { datasets: [{ data, fill: true, - backgroundColor: 'rgba(226, 220, 255, .3)', - borderColor: '#7B61FF', + backgroundColor: '#929fb110', + borderColor: '#929fb1', pointHoverBackgroundColor: '#FFFFFF', - pointBorderColor: '#7B61FF', + pointBorderColor: '#929fb1', pointHoverBorderWidth: 3, hoverRadius: 8, hitRadius: 3, @@ -101,7 +101,6 @@ watch(() => props.width, () => { .allocated-tooltip { margin: 8px; position: relative; - box-shadow: 0 5px 14px rgb(9 87 203 / 26%); border-radius: 100px; padding-top: 8px; width: 145px; @@ -109,7 +108,7 @@ watch(() => props.width, () => { display: flex; flex-direction: column; align-items: center; - background-color: var(--c-purple-3); + background-color: #929fb1; &__value { font-size: 14px; @@ -129,7 +128,7 @@ watch(() => props.width, () => { border-radius: 8px 0 0; transform: scale(1, 0.85) translate(0, 20%) rotate(45deg); margin-bottom: -4px; - background-color: var(--c-purple-3); + background-color: #929fb1; } } diff --git a/web/satellite/src/components/project/dashboard/StorageChart.vue b/web/satellite/src/components/project/dashboard/StorageChart.vue index b8701b6e1..d7a79fcb9 100644 --- a/web/satellite/src/components/project/dashboard/StorageChart.vue +++ b/web/satellite/src/components/project/dashboard/StorageChart.vue @@ -50,10 +50,10 @@ const chartData = computed((): ChartData => { datasets: [{ data, fill: true, - backgroundColor: '#E6EDF7', - borderColor: '#537CFF', + backgroundColor: '#929fb110', + borderColor: '#929fb1', pointHoverBackgroundColor: '#FFFFFF', - pointBorderColor: '#537CFF', + pointBorderColor: '#929fb1', pointHoverBorderWidth: 3, hoverRadius: 8, hitRadius: 3, @@ -100,7 +100,6 @@ watch(() => props.width, () => { .tooltip { margin: 8px; position: relative; - box-shadow: 0 5px 14px rgb(9 87 203 / 26%); border-radius: 100px; padding-top: 8px; width: 145px; @@ -108,7 +107,7 @@ watch(() => props.width, () => { display: flex; flex-direction: column; align-items: center; - background-color: var(--c-blue-4); + background-color: #929fb1; &__value { font-size: 14px; @@ -128,7 +127,7 @@ watch(() => props.width, () => { border-radius: 8px 0 0; transform: scale(1, 0.85) translate(0, 20%) rotate(45deg); margin-bottom: -4px; - background-color: var(--c-blue-4); + background-color: #929fb1; } } diff --git a/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue b/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue index 7d1a19469..c94b19a5b 100644 --- a/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue +++ b/web/satellite/vuetify-poc/src/components/AccessTableComponent.vue @@ -54,12 +54,12 @@ - + - Delete + Delete Access diff --git a/web/satellite/vuetify-poc/src/components/AddCreditCardComponent.vue b/web/satellite/vuetify-poc/src/components/AddCreditCardComponent.vue index 0b4718180..900ed0a99 100644 --- a/web/satellite/vuetify-poc/src/components/AddCreditCardComponent.vue +++ b/web/satellite/vuetify-poc/src/components/AddCreditCardComponent.vue @@ -5,32 +5,33 @@ + Add New Card + - - - - Add Card - - - Cancel - - + + diff --git a/web/satellite/vuetify-poc/src/components/BrowserTableComponent.vue b/web/satellite/vuetify-poc/src/components/BrowserTableComponent.vue index 155cf01df..d5b393af1 100644 --- a/web/satellite/vuetify-poc/src/components/BrowserTableComponent.vue +++ b/web/satellite/vuetify-poc/src/components/BrowserTableComponent.vue @@ -39,7 +39,7 @@