Skip to content

Commit bf0a813

Browse files
committed
Merge branch 'preview'
2 parents 1043e41 + d3590d0 commit bf0a813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/containers/atmosphere/AtmosphereContainer.tsx

+1-1
Original file line numberDiff line numberDiff 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">

src/containers/atmosphere/AtmosphereNotFoundContainer.tsx

+2-2
Original file line numberDiff line numberDiff 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

3131
export 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:

0 commit comments

Comments
 (0)