1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-27 03:31:28 +01:00

feat: Chip

This commit is contained in:
Phuoc Nguyen
2022-09-21 08:55:08 +07:00
parent 3b15c786cf
commit 37a6729d08
130 changed files with 425 additions and 445 deletions

View File

@@ -17,7 +17,7 @@ const Cover: React.FC<{}> = () => {
>
<div
style={{
border: '1px solid rgba(0, 0, 0, 0.3)',
border: '1px solid #d1d5db',
borderRadius: '4px',
display: 'flex',
height: '24px',
@@ -27,7 +27,7 @@ const Cover: React.FC<{}> = () => {
<div
style={{
alignItems: 'center',
borderRight: '1px solid rgba(0, 0, 0, 0.3)',
borderRight: '1px solid #d1d5db',
display: 'flex',
justifyContent: 'center',
padding: '0 8px',