Skip to content

Commit

Permalink
fix: tick colour
Browse files Browse the repository at this point in the history
  • Loading branch information
abtx committed Aug 14, 2023
1 parent 1599d71 commit 0cf2fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icons/Check.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

function Check({ color = 'fff', size = 24 }) {
function Check({ color = '#db44b8', size = 24 }) {
return (
<svg
enableBackground="new 0 0 {515.556 515.556}"
Expand Down

0 comments on commit 0cf2fb1

Please sign in to comment.