Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Veena S <[email protected]>
  • Loading branch information
veenas1 committed Nov 6, 2024
1 parent 3f8ba65 commit c89fae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
&.table-control {
label, .properties-indicator {
@include carbon--type-style("body-short-01");
@include type-style("body-short-01");
color: $text-primary;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

.properties-empty-table {
@include carbon--type-style("helper-text-01");
@include type-style("helper-text-01");
&[disabled] {
opacity: 0.5;
pointer-events: none;
Expand Down

0 comments on commit c89fae8

Please sign in to comment.