Skip to content

Commit

Permalink
Adds H7 style
Browse files Browse the repository at this point in the history
  • Loading branch information
lisacrowdtap committed Jan 13, 2024
1 parent ba1ea6d commit fa47051
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ const styles = {
},
h4: {
fontWeight: 600, marginBottom: 8, fontSize: 16
},
h7: {
fontSize: 12,
textTransform: 'uppercase',
letterSpacing: 1
}
}

Expand Down Expand Up @@ -201,7 +206,7 @@ export const Sidebar: React.FC = () => {
</Button>
</div>
<div className="flex flex-wrap w-full mt-5 pb-2 border-b border-[#738FAB1F]">
<div className="text-xs uppercase">Index records</div>
<div style={styles.h7}>Index records</div>
<div className="text-[#1B17F5] ml-auto cursor-pointer text-xs" onClick={handleClearIndexClick} data-testid="clear-button">Clear</div>
</div>
{(
Expand Down

0 comments on commit fa47051

Please sign in to comment.