Skip to content

Commit e34bf30

Browse files
committed
add text-outbrain-orange class name
1 parent 9562c47 commit e34bf30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/src/tailwind.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ config.colors = Object.assign(config.colors, {
7373
'ig-brown': '#675144',
7474
'instagram-purple': '#C13584',
7575
'linkedin-blue': '#0E76A8',
76+
'outbrain-orange': '#EE6512',
7677
'pinterest-red': '#C8232C',
7778
'reddit-orange': '#FF4500',
7879
'snapchat-yellow': '#FFFC00',

ui-guide/Components/Icons.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ component =
7171
, Tuple "Tiktok" $ Icon.tiktok [ css "text-tiktok-green" ]
7272
, Tuple "Twitter" $ Icon.twitter [ css "text-twitter-blue" ]
7373
, Tuple "Youtube" $ Icon.youtube [ css "text-youtube-red" ]
74-
, Tuple "Outbrain" $ Icon.outbrain_
74+
, Tuple "Outbrain" $ Icon.outbrain [ css "text-outbrain-orange" ]
7575
]
7676
)
7777
]

0 commit comments

Comments
 (0)