mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Improve form contrast & remove unused imports (#408)
This commit is contained in:
parent
770d9b5c24
commit
638efbf0c1
2 changed files with 2 additions and 13 deletions
|
|
@ -49,7 +49,7 @@ const Content = () => (
|
|||
<SlideUp sx={{ zIndex: 5, display: 'flex', alignItems: 'center' }}>
|
||||
<JoinForm
|
||||
sx={{
|
||||
variant: 'cards.translucent',
|
||||
bg: 'smoke',
|
||||
position: 'relative',
|
||||
zIndex: 3
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,4 @@
|
|||
import {
|
||||
Badge,
|
||||
Box,
|
||||
Card,
|
||||
Container,
|
||||
Heading,
|
||||
Grid,
|
||||
Image,
|
||||
Link,
|
||||
Text
|
||||
} from 'theme-ui'
|
||||
import { Badge, Box, Card, Container, Heading, Grid, Text } from 'theme-ui'
|
||||
import { keyframes } from '@emotion/react'
|
||||
import Head from 'next/head'
|
||||
import NextLink from 'next/link'
|
||||
|
|
@ -18,7 +8,6 @@ import ForceTheme from '../components/force-theme'
|
|||
import Icon from '../components/icon'
|
||||
import Stat from '../components/stat'
|
||||
import Footer from '../components/footer'
|
||||
import SlideUp from '../components/slide-up'
|
||||
import Header from '../components/slack/header'
|
||||
import SlackEvents from '../components/slack/slack-events'
|
||||
import { getCount } from '../pages/api/channels/count-to-a-million'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue