mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Remove action variant from button
This commit is contained in:
@@ -2,7 +2,7 @@ import { FC, useContext } from 'react';
|
||||
import { DarkModeContext } from '../components/DarkMode';
|
||||
import styled from 'styled-components';
|
||||
interface Props {
|
||||
variant?: 'outline' | 'text' | 'action';
|
||||
variant?: 'outline' | 'text';
|
||||
onClick?: () => void;
|
||||
dark?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user