Skip to content

Commit ef277d4

Browse files
remove text-26 class
1 parent d270dce commit ef277d4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

assets/src/dashboard/parts/connect/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const ConnectLayout = () => {
168168
<div className="optml-connect__content basis-8/12">
169169
<div className="inline-block bg-light-blue text-gray-500 text-sm font-medium px-4 py-1.5 rounded-full mb-4">{ optimoleDashboardApp.strings.account_needed_trust_badge }</div>
170170

171-
<div className="text-gray-700 font-serif text-26 font-bold leading-7 m-0">{ optimoleDashboardApp.strings.account_needed_heading }</div>
171+
<div className="text-gray-700 font-serif text-2xl font-bold leading-7 m-0">{ optimoleDashboardApp.strings.account_needed_heading }</div>
172172
<p
173173
className="text-base font-normal text-gray-500"
174174
dangerouslySetInnerHTML={ { __html: optimoleDashboardApp.strings.account_needed_sub_heading } }

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ module.exports = {
3232
},
3333
fontSize: {
3434
'2': '2rem',
35-
's': '13px',
36-
'26': '26px',
35+
's': '13px'
3736
},
3837
maxWidth: {
3938
'64': '64px',

0 commit comments

Comments
 (0)