softer line

This commit is contained in:
Eric Lewis 2024-02-26 22:34:42 -05:00
parent 48c569c371
commit b88752da69

View File

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
const HorizontalLine = () => { const HorizontalLine = () => {
return <hr className="h-px bg-gray-300 border-0" />; return <hr className="h-px bg-gray-100 border-0" />;
}; };
export default HorizontalLine; export default HorizontalLine;