TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

feat: add `-small` display to `TicketCreateModal` #320

Closed wesleyboar closed 11 months ago

wesleyboar commented 1 year ago

Overview / Changes

  1. Allow TicketCreateModal to use small buttons.
  2. Reduce size of [ + New Ticket ] on Dashboard.

Related

Testing

  1. Open Dashboard.
  2. Verify "+ New Ticket" button is smaller.
  3. Thus, see height of header title and button height are less different.

UI

before after
before after
wesleyboar commented 11 months ago

Merging based on offline discussion and @jarosenb's commit ba14b22 to make this easier to udnerstand.