Skip to content

Commit 06b0091

Browse files
committed
refactor: change style of quota setting to improve style of ai gateway
1 parent b0677b8 commit 06b0091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/aiGateway/AIGatewayQuotaStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const AIGatewayQuotaStatus: React.FC<AIGatewayQuotaStatusProps> = ({
131131
{t('Daily Quota Status')}
132132
</CardTitle>
133133
<Button
134-
variant="ghost"
134+
variant="outline"
135135
size="sm"
136136
onClick={onOpenQuotaSettings}
137137
className="h-6 px-2 text-xs"

0 commit comments

Comments
 (0)