Skip to content

Commit

Permalink
Yet another adjustment for ModeSelectButton.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8d7414cb96a3afc3e8199e110c9bc8e2648cd1b6
  • Loading branch information
cpojer committed Nov 29, 2024
1 parent dcb2a27 commit ce955d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hera/ui/ModeSelectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@ const style = css`
-webkit-user-drag: none;
align-items: center;
display: inline-flex;
text-align: center;
text-wrap: balance;
justify-content: center;
overflow: hidden;
padding-bottom: 4px;
padding-bottom: 2px;
position: relative;
transform: scaleX(1) scaleY(1);
transition:
transform 300ms ease,
color 300ms ease;
text-align: center;
text-wrap: balance;
z-index: 0;
${pixelBorder(undefined, 2)}
Expand Down

0 comments on commit ce955d3

Please sign in to comment.