Skip to content

Commit

Permalink
elyra-ai#2236 Properties panel-label font 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 71d1433 commit 3f8ba65
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 type-style("productive-heading-01");
@include carbon--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 type-style("body-short-01");
@include carbon--type-style("helper-text-01");
&[disabled] {
opacity: 0.5;
pointer-events: none;
Expand Down

0 comments on commit 3f8ba65

Please sign in to comment.