mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02: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:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user