Skip to content

Commit

Permalink
Update src/views/Home.vue
Browse files Browse the repository at this point in the history
Co-authored-by: adamant-al <[email protected]>
  • Loading branch information
juliahermak and adamant-al authored Dec 29, 2023
1 parent 04f2c4f commit 3020edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default {
z-index: 1;
color: map-get($adm-colors, 'primary');
border-radius: 50%;
background-color: transparentize(map-get($adm-colors, 'primary2'), 0.1);
background-color: transparentize(map-get($adm-colors, 'primary2'), 0.7);
}
:deep(.v-tabs .v-slide-group__prev),
:deep(.v-tabs .v-slide-group__next) {
Expand Down

0 comments on commit 3020edb

Please sign in to comment.