mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-02 22:53:36 +00:00
refactor: convert Tag to tsx
This commit is contained in:
parent
d9567ac529
commit
40fc94ac4c
@ -1,6 +1,11 @@
|
||||
import { Paragraph } from 'tamagui'
|
||||
|
||||
const Tag = ({ bc, text }) => {
|
||||
type TagProps = {
|
||||
bc: string
|
||||
text: string
|
||||
}
|
||||
|
||||
const Tag = ({ bc, text }: TagProps) => {
|
||||
return (
|
||||
<div
|
||||
style={{
|
Loading…
x
Reference in New Issue
Block a user