Skip to content

Commit 90ff7e4

Browse files
committed
fix: update with new color naming
1 parent 0c4973a commit 90ff7e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

infrastructure/eid-wallet/src/lib/ui/Button/ButtonIcon.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@
4848
}
4949
5050
const variantClasses = {
51-
white: { background: 'bg-white-900', text: 'text-black' },
51+
white: { background: 'bg-white', text: 'text-black' },
5252
'clear-on-light': { background: 'transparent', text: 'text-black' },
5353
'clear-on-dark': { background: 'transparent', text: 'text-white' },
5454
}
5555
5656
const disabledClasses = {
57-
white: { background: 'bg-white-900', text: 'text-black-500' },
57+
white: { background: 'bg-white', text: 'text-black-500' },
5858
'clear-on-light': { background: 'bg-transparent', text: 'text-black-500' },
5959
'clear-on-dark': { background: 'bg-transparent', text: 'text-black-500' },
6060
}
6161
6262
const isActiveClasses = {
63-
white: { background: 'bg-secondary-900', text: 'text-black' },
64-
'clear-on-light': { background: 'bg-secondary-900', text: 'text-black' },
65-
'clear-on-dark': { background: 'bg-secondary-900', text: 'text-black' },
63+
white: { background: 'bg-secondary-500', text: 'text-black' },
64+
'clear-on-light': { background: 'bg-secondary-500', text: 'text-black' },
65+
'clear-on-dark': { background: 'bg-secondary-500', text: 'text-black' },
6666
}
6767
6868
const sizeVariant = {

0 commit comments

Comments
 (0)