We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6073bbf commit df7ea08Copy full SHA for df7ea08
typescript-version/src/@core/scss/template/libs/vuetify/_overrides.scss
@@ -180,9 +180,24 @@ $alert-prepend-icon-font-size: 1.125rem !important;
180
181
// 👉 VTable
182
.v-table {
183
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !important;
184
+
185
th {
186
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity)) !important;
187
font-size: 0.75rem;
- font-weight: 500;
188
+ text-align: center !important;
189
text-transform: uppercase;
190
191
+ &:first-child {
192
+ text-align: start !important;
193
+ }
194
195
196
+ td {
197
198
199
200
201
202
}
203
0 commit comments