Skip to content

Commit

Permalink
fix: inline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost1 committed Jul 21, 2022
1 parent c45076d commit a3a0f6a
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .storybook/pages/ProjectOverview/ProjectOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,15 @@ export const ProjectOverview = () => {
description={
<Text
as="p"
style={{
fontSize: '12px',
fontWeight: '500',
lineHeight: '15.996px',
color: 'rgb(93,99,105',
}}
className="u-theme-typography-body-text-xs-bold"
variant="neutral"
>
Estimated schedule: Days 4,5,6
</Text>
}
kicker={
<Text
as="p"
style={{
fontSize: '12px',
fontWeight: '500',
lineHeight: '15.9996px',
color: 'rgb(56, 60, 67)',
}}
>
OVERVIEW
<Text as="p" size="overline">
Overview
</Text>
}
title="What is this Project About?"
Expand Down

0 comments on commit a3a0f6a

Please sign in to comment.