From 1c116b77a5850e7571ef3720d6010686e74b3b16 Mon Sep 17 00:00:00 2001 From: Heder Alves Date: Mon, 18 Sep 2023 16:03:43 -0300 Subject: [PATCH 1/2] fix: button border style --- src/core/inputs/button/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/inputs/button/index.tsx b/src/core/inputs/button/index.tsx index 80885b4a..3d91c556 100644 --- a/src/core/inputs/button/index.tsx +++ b/src/core/inputs/button/index.tsx @@ -34,8 +34,7 @@ export const Button = ({ margin, padding, opacity: otherProps.selected ? 0.5 : 1, - borderStyle: - variant === 'outlined' ? 'outlined !important' : 'initial' + borderStyle: variant }}> {children} From 409fec34315cfa7281069912c85bdd4d32568b16 Mon Sep 17 00:00:00 2001 From: Heder Alves Date: Mon, 18 Sep 2023 16:14:36 -0300 Subject: [PATCH 2/2] chore: update the flipper version in the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99959f3b..4f5ec980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flipper-ui", - "version": "0.29.8", + "version": "0.29.9", "description": "", "main": "dist/index.js", "homepage": "https://flipper-ui.ngi.com.br/",