Skip to content

Commit

Permalink
fix: fix carbonization
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Sep 4, 2024
1 parent 8b75f39 commit 02a0f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/form-js-carbon-styles/src/carbon-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

// Themed icons /////////////

.cds--g10 {
[data-carbon-theme='g10'] {
.fjs-container {
.fjs-form-field-number .fjs-input-group {
.fjs-number-arrow-container {
Expand Down Expand Up @@ -114,7 +114,7 @@
}
}

.cds--g100 {
[data-carbon-theme='g100'] {
.fjs-container {
.fjs-form-field-number .fjs-input-group {
.fjs-number-arrow-container {
Expand Down Expand Up @@ -1269,7 +1269,7 @@
}

.fjs-table-th {
color: var(--cds-color-primary);
color: var(--cds-text-primary);
font-size: var(--cds-heading-compact-01-font-size);
font-weight: var(--cds-heading-compact-01-font-weight);
line-height: var(--cds-heading-compact-01-line-height);
Expand Down

0 comments on commit 02a0f06

Please sign in to comment.