Skip to content

Commit

Permalink
update: reverse a change made earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Nov 13, 2023
1 parent 40256c4 commit 556ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/common/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const B = styled(EuiButton)`
display: flex;
align-items: center;
text-align: center;
box-shadow: none;
box-shadow: none !important;
text-transform: none !important;
text-decoration: none !important;
transform: none !important;
Expand Down

0 comments on commit 556ec0f

Please sign in to comment.