Skip to content

Commit

Permalink
feat(sidenav): hard code line height
Browse files Browse the repository at this point in the history
  • Loading branch information
jenndiaz committed Jun 27, 2023
1 parent 93a28bc commit 5a1f090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/sidenav/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ governing permissions and limitations under the License.
--spectrum-sidenav-text-font-weight: var(--spectrum-regular-font-weight);
--spectrum-sidenav-text-font-style: var(--spectrum-default-font-style);
--spectrum-sidenav-text-font-size: var(--spectrum-font-size-100);
--spectrum-sidenav-text-line-height: var(--spectrum-line-height-100);
--spectrum-sidenav-text-line-height: 1.2;
&:lang(ja),
&:lang(zh),
&:lang(ko) {
Expand All @@ -79,7 +79,7 @@ governing permissions and limitations under the License.
--spectrum-sidenav-top-level-font-weight: var(--spectrum-bold-font-weight);
--spectrum-sidenav-top-level-font-style: var(--spectrum-default-font-style);
--spectrum-sidenav-top-level-font-size: var(--spectrum-font-size-100);
--spectrum-sidenav-top-level-line-height: var(--spectrum-line-height-100);
--spectrum-sidenav-top-level-line-height: 1.2;
&:lang(ja),
&:lang(zh),
&:lang(ko) {
Expand All @@ -90,7 +90,7 @@ governing permissions and limitations under the License.
--spectrum-sidenav-header-font-weight: var(--spectrum-medium-font-weight);
--spectrum-sidenav-header-font-style: var(--spectrum-default-font-style);
--spectrum-sidenav-header-font-size: var(--spectrum-font-size-75);
--spectrum-sidenav-header-line-height: var(--spectrum-line-height-100);
--spectrum-sidenav-header-line-height: 1.2;
&:lang(ja),
&:lang(zh),
&:lang(ko) {
Expand Down

0 comments on commit 5a1f090

Please sign in to comment.