Skip to content

Commit ee035ee

Browse files
authored
fix: use 1Password brand blue icon for dark background visibility (#825)
The 1Password icon was black on transparent, making it invisible on the registry's dark cards. Replaced with 1Password brand blue (`#0572EC`) circle + white keyhole.
1 parent 5bc668a commit ee035ee

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.icons/1password.svg

Lines changed: 1 addition & 1 deletion
Loading

registry/bpmct/modules/onepassword/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for code-server and VS Code.
1717
```tf
1818
module "onepassword" {
1919
source = "registry.coder.com/bpmct/onepassword/coder"
20-
version = "1.0.0"
20+
version = "1.0.1"
2121
agent_id = coder_agent.main.id
2222
service_account_token = var.op_service_account_token
2323
}
@@ -40,7 +40,7 @@ variable "op_service_account_token" {
4040
4141
module "onepassword" {
4242
source = "registry.coder.com/bpmct/onepassword/coder"
43-
version = "1.0.0"
43+
version = "1.0.1"
4444
agent_id = coder_agent.main.id
4545
service_account_token = var.op_service_account_token
4646
}
@@ -55,7 +55,7 @@ terminal.
5555
```tf
5656
module "onepassword" {
5757
source = "registry.coder.com/bpmct/onepassword/coder"
58-
version = "1.0.0"
58+
version = "1.0.1"
5959
agent_id = coder_agent.main.id
6060
account_address = "myteam.1password.com"
6161
account_email = "you@example.com"
@@ -71,7 +71,7 @@ for code-server and VS Code.
7171
```tf
7272
module "onepassword" {
7373
source = "registry.coder.com/bpmct/onepassword/coder"
74-
version = "1.0.0"
74+
version = "1.0.1"
7575
agent_id = coder_agent.main.id
7676
service_account_token = var.op_service_account_token
7777
install_vscode_extension = true
@@ -85,7 +85,7 @@ Run custom logic before or after the CLI is installed.
8585
```tf
8686
module "onepassword" {
8787
source = "registry.coder.com/bpmct/onepassword/coder"
88-
version = "1.0.0"
88+
version = "1.0.1"
8989
agent_id = coder_agent.main.id
9090
service_account_token = var.op_service_account_token
9191
post_install_script = <<-EOT

0 commit comments

Comments
 (0)