File tree 2 files changed +3
-3
lines changed
src/containers/atmosphere
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) {
123
123
124
124
return (
125
125
< 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" >
127
127
{ hasCollection && (
128
128
< ScrollArea . Root role = "tablist" >
129
129
< 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) {
17
17
18
18
return (
19
19
< 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" >
21
21
< Avatar src = { logo } size = "md" />
22
22
< div className = "flex flex-col" >
23
23
< span className = "text-skin-base font-medium" > { title } </ span >
@@ -30,7 +30,7 @@ function AtmosphereItem(props: Props) {
30
30
31
31
export default function AtmosphereNotFoundContainer ( ) {
32
32
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" >
34
34
< Alert variant = "info" message = "No apps found" />
35
35
< p className = "font-medium text-skin-base mt-5" >
36
36
Ouranos currently supports the following apps in the atmosphere:
You can’t perform that action at this time.
0 commit comments