Merge pull request #36 from acid-info/topic-update-tag

LSD v0.1 - Tag
This commit is contained in:
jeangovil 2023-04-13 17:56:25 +03:30 committed by GitHub
commit 8cf3ee7610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export const TagStyles = css`
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
border: 1px solid rgb(var(--lsd-icon-primary));
&:hover,
@ -20,13 +20,13 @@ export const TagStyles = css`
}
.${tagClasses.large} {
padding: 4px 12px;
padding: 3px 11px;
gap: 12px;
height: 28px;
}
.${tagClasses.small} {
padding: 4px 8px;
padding: 3px 7px;
gap: 8px;
height: 24px;
}