mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #11132 from overleaf/jel-btn-info
[web] Use new button style for download button in file view in editor GitOrigin-RevId: 33e8c1aeb21a6ba083a5b9ada3d3135916e64e26
This commit is contained in:
parent
1e27f5a49e
commit
fe34b650e3
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export default function FileViewHeader({ file, storeReferencesKeys }) {
|
|||
|
||||
<a
|
||||
href={`/project/${projectId}/file/${file.id}`}
|
||||
className="btn btn-info"
|
||||
className="btn btn-secondary-info btn-secondary"
|
||||
>
|
||||
<Icon type="download" fw />
|
||||
|
||||
|
|
Loading…
Reference in a new issue