Skip to content

Commit

Permalink
Fix reporter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Oct 31, 2023
1 parent 750c1d7 commit 969b488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/web/privacy/src/themes/corteza-base/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ fieldset.required {

.gap-col-3 {
column-gap: 1.5rem;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default {
.btn-add-group {
&:hover, &:active {
background-color: var(--primary) !important;
color: var(--white)!important;
color: var(--white) !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/web/reporter/src/components/Report/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {

<style lang="scss">
.vue-grid-item.vue-grid-placeholder {
background: var(--primary)!important;
background: var(--primary) !important;
}
</style>

Expand Down

0 comments on commit 969b488

Please sign in to comment.