Skip to content

Commit

Permalink
refactor: make the button the same styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jan 20, 2025
1 parent 86bc9d3 commit 3fdd2b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/MetaDetails/StreamsList/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
align-items: center;
justify-content: center;
background-color: var(--secondary-accent-color);
padding: 1rem;
height: 4rem;
padding: 0 2rem;
margin: 1rem auto;
max-width: 50%;
border-radius: 2rem;
Expand Down

0 comments on commit 3fdd2b1

Please sign in to comment.