You've already forked AstralRinth
forked from didirus/AstralRinth
fix: add correct styling class to button (#3170)
This commit is contained in:
@@ -381,6 +381,7 @@
|
|||||||
/>
|
/>
|
||||||
<ButtonStyled v-if="isEditing">
|
<ButtonStyled v-if="isEditing">
|
||||||
<button
|
<button
|
||||||
|
class="raised-button"
|
||||||
:disabled="primaryFile.hashes.sha1 === file.hashes.sha1"
|
:disabled="primaryFile.hashes.sha1 === file.hashes.sha1"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user