mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
fix: delete tag container css file
This commit is contained in:
parent
6de07f9550
commit
4681607107
@ -1,3 +0,0 @@
|
||||
/* .tag-container div:nth-child(1) {
|
||||
background:transparent;
|
||||
} */
|
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user