fix: delete tag container css file

This commit is contained in:
RadoslavDimchev 2023-12-20 10:54:17 +02:00
parent 6de07f9550
commit 4681607107
2 changed files with 0 additions and 5 deletions

View File

@ -1,3 +0,0 @@
/* .tag-container div:nth-child(1) {
background:transparent;
} */

View File

@ -3,8 +3,6 @@ import { XStack } from 'tamagui'
import { AddSmallIcon, SwapIcon } from '@status-im/icons'
import { useNavigate } from 'react-router'
import './TagContainer.css'
type TagContainerProps = {
selectedTag: 'pair' | 'create' | 'connect'
}