import css for tag container

This commit is contained in:
Ivana Andersson 2023-08-18 12:34:15 +03:00
parent d4b3fff170
commit 4d06ef65e9
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import { Tag } from '@status-im/components'
import { XStack } from 'tamagui'
import PairIcon from '../Icons/PairIcon'
import CreateIcon from '../Icons/CreateIcon'
import './TagContainer.css'
const TagContainer = () => {
return (

View File

@ -1,5 +1,5 @@
import { useState } from 'react'
import { Button as StatusButton, Tag, Text, Avatar, Checkbox } from '@status-im/components'
import { Button as StatusButton, Text, Avatar, Checkbox } from '@status-im/components'
import { Label, Separator, XStack, YStack } from 'tamagui'
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
import NimbusLogo from '../../components/Logos/NimbusLogo'