Tiny UI tweaks

This commit is contained in:
Igor Katson 2023-12-17 10:34:35 +00:00
parent 55f3b23eed
commit ee307c11c5
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 14 additions and 14 deletions

View file

@ -19,7 +19,7 @@ export const IconButton: React.FC<{
const colorClassName = color ? `text-${color}` : "";
return (
<a
className={`block p-1 ${colorClassName} ${className}`}
className={`block p-1 text-blue-500 ${colorClassName} ${className}`}
onClick={onClickStopPropagation}
href="#"
{...otherProps}