-
+
diff --git a/packages/playground/src/global.css b/packages/playground/src/global.css
index 6efb7c2cf1..253a75575b 100644
--- a/packages/playground/src/global.css
+++ b/packages/playground/src/global.css
@@ -110,6 +110,18 @@ a {
font-weight: 600 !important;
}
+.v-data-table-header__content {
+ justify-content: center !important;
+ text-align: center !important;
+}
+
+.v-data-table__td {
+ text-align: center;
+}
+.v-data-table__tbody {
+ text-align: center !important;
+}
+
.font-14 {
font-size: 14px !important;
}