summaryrefslogtreecommitdiff
path: root/src/components/Global/TableToolbar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/TableToolbar.vue')
-rw-r--r--src/components/Global/TableToolbar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue
index 05b96699..2fbbd6cd 100644
--- a/src/components/Global/TableToolbar.vue
+++ b/src/components/Global/TableToolbar.vue
@@ -79,7 +79,7 @@ $toolbar-height: 46px;
.toolbar-content {
height: $toolbar-height;
- background-color: $primary;
+ background-color: theme-color('primary');
color: $white;
position: absolute;
left: 0;