Updated fetch hook API.
This commit is contained in:
7
components/common/Tag.module.css
Normal file
7
components/common/Tag.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.tag {
|
||||
font-size: var(--font-size-small);
|
||||
padding: 2px 4px;
|
||||
border: 1px solid var(--gray300);
|
||||
border-radius: 4px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user