Skip to content

Commit

Permalink
Performance Profiler: Fix tab header color in IPad (#94500)
Browse files Browse the repository at this point in the history
* Performance Profiler: Fix tab header color in IPad

* Fix formatting issues in Team City due to a README.md file
  • Loading branch information
epeicher authored Sep 13, 2024
1 parent 5a267ec commit b7472c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/components/date-range/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Props are displayed as a table with Name, Type, Default, and Description as head
| `onDateCommit(startDate, endDate)` | `Function` | `undefined` | callback function called when a date is _committed_ (ie: "Applied"). |
| `onDateSelect(startDate, endDate)` | `Function` | `undefined` | callback function called when a date is _selected_ (but not committed ie: "Applied") |
| `triggerText( startDateText, endDateText )` | `Function` | `undefined` | function to generate the text displayed in the trigger button. Passed the start/end date text in `MM/DD/YYYY` format (or locale specific alternative) |
| `displayShortcuts` | `Boolean` | `false` | determines whether to display the shortcuts menu alongside the calendar
| `useArrowNavigation` | `Boolean` | `false` | determines whether to display the arrow navigation instead of the month labelled buttons as navigation between calendar months |
| `overlay` | `node` | `null` | renders the overlay above the calendar and date inputs if passed |
| `customTitle` | `String` | `` | provides the option to pass a custom alternative title to the popover |
| `displayShortcuts` | `Boolean` | `false` | determines whether to display the shortcuts menu alongside the calendar |
| `useArrowNavigation` | `Boolean` | `false` | determines whether to display the arrow navigation instead of the month labelled buttons as navigation between calendar months |
| `overlay` | `node` | `null` | renders the overlay above the calendar and date inputs if passed |
| `customTitle` | `String` | `` | provides the option to pass a custom alternative title to the popover |

#### Render Props

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ $blueberry-color: #3858e9;
display: flex;
flex-direction: row;
justify-content: space-between;

button {
color: inherit;
}
}

.metric-tab-bar__tab {
Expand Down

0 comments on commit b7472c1

Please sign in to comment.