Skip to content

Commit

Permalink
fix: Fix now button to be secondary in SuperDatePicker (#1320)
Browse files Browse the repository at this point in the history
* fix: Fix now button to be secondary in SuperDatePicker

Signed-off-by: Viraj Sanghvi <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Viraj Sanghvi <[email protected]>

---------

Signed-off-by: Viraj Sanghvi <[email protected]>
Signed-off-by: Viraj Sanghvi <[email protected]>
  • Loading branch information
virajsanghvi authored Aug 3, 2024
1 parent 10ea859 commit 3924f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- Fix next reset for code blocks and super update button icon ([#1306])(https://github.com/opensearch-project/oui/pull/1306)
- Fix the appearance of form controls in grouped layouts ([#1311])(https://github.com/opensearch-project/oui/pull/1311)
- Fix QuickSelectPopover padding in SuperDatePicker ([#1315](https://github.com/opensearch-project/oui/pull/1315))
- Fix now button to be secondary in SuperDatePicker ([#1320](https://github.com/opensearch-project/oui/pull/1320))

### 🚞 Infrastructure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ export const OuiDatePopoverContent: FunctionComponent<OuiDatePopoverContentProps
onChange('now');
}}
fullWidth
size="s"
fill>
size="s">
Set {position} date and time to now
</OuiButton>
</OuiText>
Expand Down

0 comments on commit 3924f60

Please sign in to comment.