aswi2023one-team-to-rule-them-all-gitlab/src/components/reusables/ApplicationHeading.tsx @ bc25708c
1 | cea63222 | Schwobik | import { Heading } from "native-base" |
---|---|---|---|
2 | |||
3 | export const ApplicationHeading = () => { |
||
4 | return ( |
||
5 | <Heading |
||
6 | size="2xl" |
||
7 | color="primary.500" |
||
8 | cbf81c55 | Schwobik | alignSelf={"center"} |
9 | cea63222 | Schwobik | textAlign="center" |
10 | maxW={"80%"} |
||
11 | >
|
||
12 | Inventaria Rudolphina |
||
13 | </Heading> |
||
14 | )
|
||
15 | }
|