feat: put nimbus logomark styles into its own file

This commit is contained in:
Ivana Andersson 2023-08-16 16:38:43 +03:00
parent a8e9342268
commit 442fd2456a
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
.nimbus-logomark{
width: auto;
height: 30%;
}

View File

@ -1,5 +1,6 @@
import { XStack } from 'tamagui'
import BetaTag from './BetaTag'
import './NimbusLogo.css'
const NimbusLogo = () => {
return (