mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
feat: update styling in ModelSelector and provider-icons for improved UI consistency
This commit is contained in:
parent
7a77ce4d2f
commit
87e4859a39
2 changed files with 24 additions and 24 deletions
|
|
@ -43,7 +43,7 @@ export function getProviderIcon(
|
|||
{ isAutoMode, className = "size-4" }: { isAutoMode?: boolean; className?: string } = {}
|
||||
) {
|
||||
if (isAutoMode || provider?.toUpperCase() === "AUTO") {
|
||||
return <Shuffle className={cn(className, "text-violet-800")} />;
|
||||
return <Shuffle className={cn(className, "text-muted-foreground")} />;
|
||||
}
|
||||
|
||||
switch (provider?.toUpperCase()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue