mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Fiix colours (#5211)
<img width="638" height="471" alt="image" src="https://github.com/user-attachments/assets/c2352e25-6ee0-4726-9ce4-059870347ea6" /> <img width="638" height="450" alt="image" src="https://github.com/user-attachments/assets/a17931ca-ffea-4dc3-a17a-629d98003da6" /> <img width="985" height="774" alt="image" src="https://github.com/user-attachments/assets/b16203c6-a136-4fee-ba57-495f7b6e8c75" /> <img width="635" height="348" alt="image" src="https://github.com/user-attachments/assets/4b4ab328-b2e4-442f-84a5-d947e97653ec" />
This commit is contained in:
@@ -17,6 +17,7 @@ export const PricingBadge: React.FC<PricingBadgeProps> = ({ type, label }) => {
|
||||
variant="filled"
|
||||
size={size}
|
||||
style={{ position: 'absolute', top: '0.5rem', right: '0.5rem' }}
|
||||
className={type === 'current' ? 'current-plan-badge' : undefined}
|
||||
>
|
||||
{label}
|
||||
</Badge>
|
||||
|
||||
Reference in New Issue
Block a user