File size: 232 Bytes
8ede856
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
.theme-tab {
  &.v-tabs {
    .v-tab {
      border-radius: $border-radius-root !important;
      min-width: auto !important;
      &.v-slide-group-item--active {
        background: rgb(var(--v-theme-primary));
      }
    }
  }
}