Skip to content

Commit

Permalink
Fix button styling in bricks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bestem0r committed Sep 22, 2024
1 parent 6e1a819 commit 9c6e352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lego-bricks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webkom/lego-bricks",
"version": "1.3.3",
"version": "1.3.4",
"description": "Component library for lego and other Abakus projects",
"author": "webkom",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions packages/lego-bricks/src/global.css
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
@import '../../../app/styles/variables.css';

button {
background-color: transparent;
border: none;
}

0 comments on commit 9c6e352

Please sign in to comment.