Skip to content

Commit

Permalink
App interface: Minor UI changes
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli authored and rafaellehmkuhl committed Nov 28, 2024
1 parent dd058da commit f25c4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const defaultMiniWidgetManagerVars: MiniWidgetManagerVars = {
const hostname = window.location.hostname
export const defaultBlueOsAddress = 'http://blueos-avahi.local'
export const defaultGlobalAddress = !hostname || hostname == 'localhost' ? defaultBlueOsAddress : hostname
export const defaultUIGlassColor = { opacity: 0.8, bgColor: '#4F4F4F1A', fontColor: '#FFFFFF', blur: 25 }
export const defaultUIGlassColor = { opacity: 0.9, bgColor: '#63636354', fontColor: '#FFFFFF', blur: 25 }
export const widgetProfiles: Profile[] = [
{
name: 'ROV default',
Expand Down
4 changes: 2 additions & 2 deletions src/stores/appInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const useAppInterfaceStore = defineStore('responsive', {
configModalVisibility: false,
videoLibraryVisibility: false,
UIGlassEffect: useBlueOsStorage('cockpit-ui-glass-effect', {
opacity: 0.8,
bgColor: '#4F4F4F1A',
opacity: 0.9,
bgColor: '#63636354',
fontColor: '#FFFFFF',
blur: 25,
}),
Expand Down

0 comments on commit f25c4dd

Please sign in to comment.