Skip to content

Commit

Permalink
Set width to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
melohagan committed Jan 10, 2023
1 parent 42b56f1 commit 1aad9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectrum-inline-alert",
"version": "1.1.0",
"version": "1.1.1",
"description": "In-line alerts display a non-modal message associated with objects in a view. These are often used in form validation, providing a place to aggregate feedback related to multiple fields.",
"license": "MIT",
"svelte": "index.js",
Expand Down
1 change: 1 addition & 0 deletions src/Component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<style>
.spectrum-InLineAlert {
width: 100%;
--spectrum-semantic-negative-border-color: #e34850;
--spectrum-semantic-positive-border-color: #2d9d78;
--spectrum-semantic-informative-border-color: #3978ec;
Expand Down

0 comments on commit 1aad9b8

Please sign in to comment.