mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 06:19:41 +02:00
[WIP] Encryption for secure values (#183)
This commit is contained in:
6
src-web/components/core/BadgeButton.tsx
Normal file
6
src-web/components/core/BadgeButton.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ButtonProps } from './Button';
|
||||
import { Button } from './Button';
|
||||
|
||||
export function BadgeButton(props: ButtonProps) {
|
||||
return <Button size="2xs" variant="border" className="!rounded-full mx-1" {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user