Skip to content

Commit

Permalink
Fixed settings profile style button light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki authored Jun 11, 2024
1 parent 9fd1da7 commit ff8fd8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/pages/Settings/Languages/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ const Table: FunctionComponent = () => {
<Action
label="Edit Profile"
icon={faWrench}
c="gray"
variant="dark"
onClick={() => {
modals.openContextModal(ProfileEditModal, {
languages,
Expand All @@ -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>
Expand Down

0 comments on commit ff8fd8c

Please sign in to comment.