File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/containers/atmosphere Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export default function AtmosphereContainer(props: Props) {
123123
124124 return (
125125 < section >
126- < div className = "sticky top-12 md:top-0 p-3 bg-skin-base md:border-x border-b" >
126+ < div className = "sticky top-12 md:top-0 p-3 bg-skin-base border-skin-base md:border-x border-b" >
127127 { hasCollection && (
128128 < ScrollArea . Root role = "tablist" >
129129 < div className = "flex flex-nowrap items-center gap-2 overflow-x-auto" >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function AtmosphereItem(props: Props) {
1717
1818 return (
1919 < Link href = { url } >
20- < article className = "flex items-start gap-3 p-3 border rounded-xl bg-skin-base hover:bg-skin-secondary" >
20+ < article className = "flex items-start gap-3 p-3 border border-skin-base rounded-xl bg-skin-base hover:bg-skin-secondary" >
2121 < Avatar src = { logo } size = "md" />
2222 < div className = "flex flex-col" >
2323 < span className = "text-skin-base font-medium" > { title } </ span >
@@ -30,7 +30,7 @@ function AtmosphereItem(props: Props) {
3030
3131export default function AtmosphereNotFoundContainer ( ) {
3232 return (
33- < section className = "p-3 bg-skin-base md:border-x border-b md:rounded-b-2xl" >
33+ < section className = "p-3 bg-skin-base border-skin-base md:border-x border-b md:rounded-b-2xl" >
3434 < Alert variant = "info" message = "No apps found" />
3535 < p className = "font-medium text-skin-base mt-5" >
3636 Ouranos currently supports the following apps in the atmosphere:
You can’t perform that action at this time.
0 commit comments