Skip to content

Commit c7b9ac4

Browse files
committed
fix: padding for text button
1 parent a120f23 commit c7b9ac4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.3.0-beta-2",
3+
"version": "0.3.0-beta-3",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/Button/button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
&--positive,
170170
&--warning,
171171
&--neutral {
172-
padding: 0;
173-
min-width: 0;
172+
padding: 0 !important;
173+
min-width: 0 !important;
174174
border: none;
175175

176176
&:hover {

0 commit comments

Comments
 (0)