diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index bb6e25ae7..80c4664fe 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -818,7 +818,7 @@ watch( td, th { min-width: 1em; - border: 2px solid #ced4da; + border: 2px solid var(--grey-300) !important; padding: 3px 5px; vertical-align: top; box-sizing: border-box; @@ -832,7 +832,7 @@ watch( th { font-weight: bold; text-align: left; - background-color: #f1f3f5; + background-color: var(--grey-200); } .selectedCell:after {