Skip to content

Commit

Permalink
Merge pull request #94 from Webtrekk/PLATFORM-164
Browse files Browse the repository at this point in the history
modify border radius
  • Loading branch information
manojkrishna1991 authored May 7, 2021
2 parents f9a442e + b061438 commit 3f40b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ampel-ui",
"version": "0.23.0",
"version": "0.23.2",
"description": "Ampel UI is a UI component framework written for TypeScript + React",
"main": "./dist/bundle.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/button/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
min-width: 85px;
padding: 10px 18px;
border: 1px solid transparent;
border-radius: 1px;
border-radius: 2px;
touch-action: manipulation;
font-size: 12px;
line-height: 12px;
Expand Down

0 comments on commit 3f40b7b

Please sign in to comment.