1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-22 07:42:32 +00:00

Fixed settings profile style button light theme

This commit is contained in:
Anderson Shindy Oki 2024-06-11 19:21:18 +09:00 committed by GitHub
parent 9fd1da7fea
commit ff8fd8c9a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,8 @@ const Table: FunctionComponent = () => {
<Action
label="Edit Profile"
icon={faWrench}
c="gray"
variant="dark"
onClick={() => {
modals.openContextModal(ProfileEditModal, {
languages,
@ -142,8 +144,9 @@ const Table: FunctionComponent = () => {
></Action>
<Action
label="Remove"
variant="dark"
icon={faTrash}
color="red"
c="red"
onClick={() => action.remove(row.index)}
></Action>
</Group>