Skip to content

Commit

Permalink
Remove color from Text component
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Nov 4, 2024
1 parent b8bbbca commit ae651b2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/text/text.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*
---- Declaring color here will overwrite any other color applied later
:where(.desktopLink,
.h1,
.h2,
Expand All @@ -8,10 +6,9 @@
.h5,
.h6,
.bodyXl) {
color: var(--primary-black);
font-family: var(--font-britti-sans);
}
*/


.bodyBig,
.bodyNormal,
Expand All @@ -27,8 +24,7 @@
.bodyNormal,
.bodyBig,
.list {
/*color: var(--primary-black);
font-family: var(--font-britti-sans);*/
font-family: var(--font-britti-sans);
line-height: 140%;
}

Expand Down

0 comments on commit ae651b2

Please sign in to comment.