Skip to content

Commit

Permalink
Issue #493: fix dateCard style
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzov96 authored and danielecalda committed Jun 27, 2023
1 parent 8885d79 commit 0a5669b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions js-packages/search-frontend/src/renderer-components/DateCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from "@emotion/react";
import { css } from "styled-components/macro";
import {
GenericResultItem,
GenericResultItemFields,
Expand Down Expand Up @@ -29,13 +29,12 @@ export function DateCard<E>({
css={css`
color: #71717a;
font-style: normal;
font-weight: 400;
font-size: 14px;
font-weight: 600;
font-size: 15px;
line-height: 19px;
margin-left: 20px;
`}
>
{label}
{label}:
</div>
<div
className="openk9-embeddable-more-detail-card-container-date"
Expand All @@ -44,7 +43,6 @@ export function DateCard<E>({
font-weight: 600;
font-size: 14px;
line-height: 19px;
margin-left: 7px;
color: #3f3f46;
`}
>
Expand Down

0 comments on commit 0a5669b

Please sign in to comment.