mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 05:35:41 +00:00
style: remove font size class from button (#6630)
This commit is contained in:
@@ -69,7 +69,7 @@ const Info = ({ collection }) => {
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
className="text-sm text-link cursor-pointer hover:underline text-left bg-transparent"
|
||||
className="text-link cursor-pointer hover:underline text-left bg-transparent"
|
||||
onClick={() => {
|
||||
dispatch(
|
||||
addTab({
|
||||
|
||||
Reference in New Issue
Block a user