diff options
Diffstat (limited to 'src/objects')
| -rw-r--r-- | src/objects/_button.vars.scss | 6 | ||||
| -rw-r--r-- | src/objects/_navbar.vars.scss | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/objects/_button.vars.scss b/src/objects/_button.vars.scss index df7df61..391e321 100644 --- a/src/objects/_button.vars.scss +++ b/src/objects/_button.vars.scss | |||
| @@ -217,18 +217,18 @@ $default-theme-dark: props.def(--o-button, $default-theme-dark, 'dark'); | |||
| 217 | ), | 217 | ), |
| 218 | 218 | ||
| 219 | --selected: ( | 219 | --selected: ( |
| 220 | --bg-color: props.get(core.$transparent-colors, $theme, --800), | 220 | --bg-color: props.get(core.$transparent-colors, $theme, --900), |
| 221 | --label-color: props.get(core.$transparent-colors, $theme, --text), | 221 | --label-color: props.get(core.$transparent-colors, $theme, --text), |
| 222 | --border-color: props.get(core.$transparent-colors, $theme, --100) props.get(core.$transparent-colors, $theme, --100) props.get(core.$transparent-colors, $theme, --200), | 222 | --border-color: props.get(core.$transparent-colors, $theme, --100) props.get(core.$transparent-colors, $theme, --100) props.get(core.$transparent-colors, $theme, --200), |
| 223 | 223 | ||
| 224 | --hover: ( | 224 | --hover: ( |
| 225 | --bg-color: props.get(core.$transparent-colors, $theme, --900), | 225 | --bg-color: props.get(core.$transparent-colors, $theme, --800), |
| 226 | --label-color: props.get(core.$transparent-colors, $theme, --text), | 226 | --label-color: props.get(core.$transparent-colors, $theme, --text), |
| 227 | --border-color: props.get(core.$transparent-colors, $theme, --100), | 227 | --border-color: props.get(core.$transparent-colors, $theme, --100), |
| 228 | ), | 228 | ), |
| 229 | 229 | ||
| 230 | --active: ( | 230 | --active: ( |
| 231 | --bg-color: props.get(core.$transparent-colors, $theme, --900), | 231 | --bg-color: props.get(core.$transparent-colors, $theme, --800), |
| 232 | --label-color: props.get(core.$transparent-colors, $theme, --text), | 232 | --label-color: props.get(core.$transparent-colors, $theme, --text), |
| 233 | --border-color: props.get(core.$transparent-colors, $theme, --100), | 233 | --border-color: props.get(core.$transparent-colors, $theme, --100), |
| 234 | ), | 234 | ), |
diff --git a/src/objects/_navbar.vars.scss b/src/objects/_navbar.vars.scss index c79f4e8..934e9b9 100644 --- a/src/objects/_navbar.vars.scss +++ b/src/objects/_navbar.vars.scss | |||
| @@ -129,18 +129,18 @@ $default-theme: props.def(--o-navbar, $default-theme, 'color'); | |||
| 129 | ), | 129 | ), |
| 130 | 130 | ||
| 131 | --selected: ( | 131 | --selected: ( |
| 132 | --bg-color: props.get(core.$transparent-colors, $theme, --800), | 132 | --bg-color: props.get(core.$transparent-colors, $theme, --900), |
| 133 | --text-color: props.get(core.$transparent-colors, $theme, --text), | 133 | --text-color: props.get(core.$transparent-colors, $theme, --text), |
| 134 | --label-color: props.get(core.$transparent-colors, $theme, --800), | 134 | --label-color: props.get(core.$transparent-colors, $theme, --800), |
| 135 | 135 | ||
| 136 | --hover: ( | 136 | --hover: ( |
| 137 | --bg-color: props.get(core.$transparent-colors, $theme, --900), | 137 | --bg-color: props.get(core.$transparent-colors, $theme, --800), |
| 138 | --text-color: props.get(core.$transparent-colors, $theme, --text), | 138 | --text-color: props.get(core.$transparent-colors, $theme, --text), |
| 139 | --label-color: props.get(core.$transparent-colors, $theme, --900), | 139 | --label-color: props.get(core.$transparent-colors, $theme, --900), |
| 140 | ), | 140 | ), |
| 141 | 141 | ||
| 142 | --active: ( | 142 | --active: ( |
| 143 | --bg-color: props.get(core.$transparent-colors, $theme, --900), | 143 | --bg-color: props.get(core.$transparent-colors, $theme, --800), |
| 144 | --text-color: props.get(core.$transparent-colors, $theme, --text), | 144 | --text-color: props.get(core.$transparent-colors, $theme, --text), |
| 145 | --label-color: props.get(core.$transparent-colors, $theme, --900), | 145 | --label-color: props.get(core.$transparent-colors, $theme, --900), |
| 146 | ), | 146 | ), |
