Skip to content

Commit

Permalink
fix: overwrite carbon focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Dec 3, 2024
1 parent d8b7928 commit 9b90729
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
@use '@carbon/react/scss/zone';
@use '@carbon/react/scss/reset';

:root {
--focus-outline-color: hsl(205, 100%, 40%);
}

.cds--g10 {
--cds-focus: var(--focus-outline-color)
}


.bio-vo-tab-content {
height: 100%;
max-height: 100%;
Expand Down

0 comments on commit 9b90729

Please sign in to comment.