Skip to content

Commit aa37267

Browse files
authored
Merge pull request #195 from gofynd/v1-v2-rounded-btns publish-npm
feat: v0.0.57 - update v1/v2 button border-radius styles to rounded
2 parents 1cf9064 + 0666ec5 commit aa37267

5 files changed

Lines changed: 641 additions & 83 deletions

File tree

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": "@gofynd/nitrozen-vue",
3-
"version": "0.0.55",
3+
"version": "0.0.57",
44
"description": "Fynd Design Library for Vue",
55
"homepage": "https://github.com/gofynd/nitrozen-vue#readme",
66
"license": "MIT",

src/components/NBtn/NBtn.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.n-flat-button {
5050
// padding: 0px 40px;
5151
padding: 0px 30px;
52-
border-radius: 3px;
52+
border-radius: 250px;
5353
color: @WhiteColor;
5454
}
5555

@@ -74,7 +74,7 @@
7474
.n-button-stroke {
7575
// padding: 0px 40px;
7676
padding: 0px 30px;
77-
border-radius: 3px;
77+
border-radius: 250px;
7878
background: @WhiteColor;
7979

8080
}
@@ -110,7 +110,7 @@
110110
}
111111

112112
.n-button-rounded {
113-
border-radius: 24px;
113+
border-radius: 250px;
114114
padding: 0px 32px;
115115
}
116116

src/components/NBtn2/NBtn.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
background: none;
1818
text-decoration: none;
1919
box-sizing: border-box;
20-
border-radius: 4px;
20+
border-radius: 250px;
2121
background-color: @SecondaryColor;
2222
color: @WhiteColor;
2323

@@ -64,7 +64,7 @@
6464
}
6565

6666
.n-button-v2-rounded {
67-
border-radius: 24px;
67+
border-radius: 250px;
6868
padding: 0px 32px;
6969
}
7070

0 commit comments

Comments
 (0)