Skip to content

Commit

Permalink
bump version, fix padding on error state
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Sep 17, 2023
1 parent 85cff6d commit 4f6a92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/components",
"version": "14.0.7",
"version": "14.0.8",
"description": "Example components",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion textarea/index.js
Expand Up @@ -106,7 +106,7 @@ export class TonicTextarea extends Tonic {
tonic-textarea .tonic--invalid span {
color: white;
padding: 2px 6px;
padding: 10px;
background-color: var(--tonic-error, #f66);
border-radius: 2px;
position: relative;
Expand Down

0 comments on commit 4f6a92e

Please sign in to comment.