Skip to content

Commit

Permalink
style: dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Jul 24, 2024
1 parent b2c3206 commit eeb89c7
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ const iconHoverWeight = computed(() => (props.isFilled ? 'fill' : 'bold'))
<style lang="scss" scoped>
.document-actions-entry {
--bs-btn-hover-color : var(--bs-primary-text-emphasis) ;
&--filled {
color: $primary;
--bs-btn-color: var(--bs-primary-text-emphasis) ;
}
&:hover{
color : $primary;
}
// this will compile to: --pf-primary-color: #000000;
}
</style>

0 comments on commit eeb89c7

Please sign in to comment.