File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Markdown } from '..'
2
2
3
3
export default function GoalDescription ( { children } : { children : string } ) {
4
4
return (
5
- < div className = "py-3 xl:pt-6 xl:pb-0 border-b xl:border-0" >
5
+ < div className = "py-3 xl:pt-6 xl:pb-0 border-b border-gray-200 xl:border-0" >
6
6
< h2 className = "sr-only" > Description</ h2 >
7
7
< div className = "prose max-w-none" >
8
8
< Markdown > { children } </ Markdown >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default function GoalTitle({
15
15
showEditButton : boolean
16
16
} ) {
17
17
return (
18
- < div className = "md:flex md:items-center md:justify-between md:space-x-4 xl:border-b xl:pb-6" >
18
+ < div className = "md:flex md:items-center md:justify-between md:space-x-4 xl:border-b xl:border-gray-200 xl: pb-6" >
19
19
< div >
20
20
< h1 >
21
21
< span className = "block text-sm text-indigo-600 font-semibold tracking-wide uppercase" >
You can’t perform that action at this time.
0 commit comments