diff --git a/package.json b/package.json index 2e10af2..0cd6935 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@modularcoder/test-design-system", + "author": "Gevorg Harutyunyan ", "version": "0.1.1", "license": "MIT", "main": "dist/index.js", diff --git a/src/Badge.js b/src/Badge.js index 556f1bc..2f52083 100644 --- a/src/Badge.js +++ b/src/Badge.js @@ -6,7 +6,7 @@ import { background, color, typography } from './shared/styles'; const BadgeWrapper = styled.div` display: inline-block; vertical-align: top; - font-size: 11px; + font-size: 12px; line-height: 12px; padding: 4px 12px; border-radius: 3em;