this repo has no description atmosphereconf-vods.wisp.place/
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix border

+8 -5
+8 -5
src/routes/index.tsx
··· 4 4 import { AspectRatio, AspectRatioImage } from "#/components/aspect-ratio"; 5 5 import { Flex } from "#/components/flex"; 6 6 import { Page } from "#/components/page"; 7 - import { uiColor } from "../components/theme/color.stylex"; 7 + import { primaryColor, uiColor } from "../components/theme/color.stylex"; 8 8 import { ui } from "../components/theme/semantic-color.stylex"; 9 9 import { 10 10 gap, ··· 44 44 position: "relative", 45 45 height: "100%", 46 46 backgroundColor: uiColor.bgSubtle, 47 - borderColor: uiColor.border2, 48 - borderStyle: "solid", 49 - borderWidth: 1, 50 47 overflow: "hidden", 51 48 }, 52 49 roomTileFeatured: { ··· 121 118 sectionSpacing: { 122 119 marginTop: verticalSpace["6xl"], 123 120 }, 121 + logoTextAtmosphere: { 122 + color: primaryColor.solid1, 123 + }, 124 124 }); 125 125 126 126 function App() { ··· 131 131 <Page.Header> 132 132 <Flex direction="column" gap="2xl"> 133 133 <Badge>Live + Remote</Badge> 134 - <Page.Title>ATmosphereConf VOD Rooms</Page.Title> 134 + <Page.Title> 135 + <span {...stylex.props(styles.logoTextAtmosphere)}>AT</span> 136 + mosphereConf VODs 137 + </Page.Title> 135 138 <Page.Description> 136 139 the global AT Protocol community conference 137 140 </Page.Description>