Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@origam/components",
"main": "dist/src/index.js",
"version": "1.6.3",
"version": "2.0.0",
"license": "GPL-3.0",
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dropdown/Dropdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ along with ORIGAM. If not, see <http://www.gnu.org/licenses/>.
border-right: none;
background-color: var(--background2);
border-radius: 2px 0 0 2px;
padding: 0.25em 0.34em;
padding: 0.25em var(--cellRightPadding) 0.25em var(--cellLeftPadding);
margin: 0;
&:focus {
background-color: #fff;
Expand Down