From f4dedfa9d2d89fdf8ac587fced6295760ede3bb2 Mon Sep 17 00:00:00 2001 From: David Bradshaw Date: Tue, 21 Nov 2023 20:23:07 -0800 Subject: [PATCH] fix: breakMode for button and tag and high contrast tag (#167) --- example/src/Views/Button.tsx | 25 +++++++++++++++++++++++++ example/src/Views/Tag.tsx | 10 ++++++---- src/components/Button/index.tsx | 12 ++++++++---- src/components/Tag/index.tsx | 20 +++++++++++++++----- src/components/Text/index.tsx | 14 ++++++++++---- src/styles/colors.ts | 6 ++++++ 6 files changed, 70 insertions(+), 17 deletions(-) diff --git a/example/src/Views/Button.tsx b/example/src/Views/Button.tsx index a17ebe5..23f4a89 100644 --- a/example/src/Views/Button.tsx +++ b/example/src/Views/Button.tsx @@ -134,6 +134,18 @@ export default class TestButton extends React.Component { this.alert('Long pressed danger'); }} /> +