mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 23:24:20 +00:00
feat: put nimbus logomark styles into its own file
This commit is contained in:
parent
a8e9342268
commit
442fd2456a
5
src/components/Logos/NimbusLogo.css
Normal file
5
src/components/Logos/NimbusLogo.css
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
.nimbus-logomark{
|
||||
width: auto;
|
||||
height: 30%;
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
import { XStack } from 'tamagui'
|
||||
import BetaTag from './BetaTag'
|
||||
import './NimbusLogo.css'
|
||||
|
||||
const NimbusLogo = () => {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user