Skip to content

Commit df7ea08

Browse files
refactor(table): refactored table style as per instruction.
1 parent 6073bbf commit df7ea08

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

typescript-version/src/@core/scss/template/libs/vuetify/_overrides.scss

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,24 @@ $alert-prepend-icon-font-size: 1.125rem !important;
180180

181181
// 👉 VTable
182182
.v-table {
183+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !important;
184+
183185
th {
186+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity)) !important;
184187
font-size: 0.75rem;
185-
font-weight: 500;
188+
text-align: center !important;
186189
text-transform: uppercase;
190+
191+
&:first-child {
192+
text-align: start !important;
193+
}
194+
}
195+
196+
td {
197+
text-align: center !important;
198+
199+
&:first-child {
200+
text-align: start !important;
201+
}
187202
}
188203
}

0 commit comments

Comments
 (0)