Skip to content

Commit

Permalink
#2236 [SDG] Differential privacy ux issues - Fix font type for proper…
Browse files Browse the repository at this point in the history
…ties label (#2237)

Signed-off-by: Veena S <[email protected]>
Co-authored-by: Matt Howard <[email protected]>
  • Loading branch information
veenas1 and matthoward366 authored Nov 7, 2024
1 parent 5d17bcd commit c9c9bc3
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 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 type-style("helper-text-01");
&[disabled] {
opacity: 0.5;
pointer-events: none;
Expand Down

0 comments on commit c9c9bc3

Please sign in to comment.